GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / Curviness Property
In This Topic
    Curviness Property (GoStroke)
    In This Topic
    Gets how rounded the corners are for adjacent line segments when the stroke style is GoStrokeStyle.RoundedLine.
    Syntax
    [Category("Appearance")]
    [DefaultValue(10)]
    [Description("How rounded corners are for strokes of style RoundedLine and how curved Bezier links are.")]
    public virtual float Curviness {get; set;}

    Property Value

    This describes the maximum radius of rounded corners, in document coordinates. This also is used to determine the offset distance for the control points of a GoStrokeStyle.Bezier style link when connecting two ports whose spots are both GoObject.NoSpot. This defaults to 10.
    See Also