GoDiagram Web Reference
Curviness Property (GoStroke)

Gets how rounded the corners are for adjacent line segments when the stroke style is GoStrokeStyle.RoundedLine.
Syntax
'Declaration
 
<DescriptionAttribute("How rounded corners are for strokes of style RoundedLine and how curved Bezier links are.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property Curviness As Single
[DescriptionAttribute("How rounded corners are for strokes of style RoundedLine and how curved Bezier links are.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoStroke Class
GoStroke Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback