GoDiagram Web Reference
StartAngle Property (GoArc)

Gets or sets the initial angle of the section of the ellipse to be drawn.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The start angle for the side of the arc")>
<CategoryAttribute("Appearance")>
Public Property StartAngle As Single
[DefaultValueAttribute()]
[DescriptionAttribute("The start angle for the side of the arc")]
[CategoryAttribute("Appearance")]
public float StartAngle {get; set;}

Property Value

This value is in degrees, measured clockwise from zero along the positive X axis. The value should range from zero to just below 360. Values outside this range are adjusted to equivalent angles that fall in this range.
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

GoArc Class
GoArc Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback