C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1RadialGauge Class / StartAngle Property


In This Topic
StartAngle Property (C1RadialGauge)
In This Topic
Gets or sets the starting angle for the gauge, in degrees.
Syntax
'Declaration
 
<Foundation.ExportAttribute("StartAngle")>
<BrowsableAttribute(True)>
Public Property StartAngle As Double
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As Double
 
instance.StartAngle = value
 
value = instance.StartAngle
Remarks
Angles are measured clockwise, starting at the 9 o'clock position.
See Also