Curviness Property (GoStroke)
Gets how rounded the corners are for adjacent line segments when the stroke style is
GoStrokeStyle.RoundedLine.
[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.