GoDiagram Web Reference
Style Property (GoPolygon)

Gets or sets the style of curve drawn using this polygon's points.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The kind of line or curve drawn using this polygon's points.")>
Public Overridable Property Style As GoPolygonStyle
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The kind of line or curve drawn using this polygon's points.")]
public virtual GoPolygonStyle Style {get; set;}

Property Value

The default value is GoPolygonStyle.Line, straight lines between the points. A value of GoPolygonStyle.Bezier results in a closed poly-Bezier shape, with a straight line segment closing the shape between the last and first point if they are not the same point.
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

GoPolygon Class
GoPolygon Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback