ComponentOne Xamarin.iOS
StartAngle Property (C1RadialGauge)


C1.iOS.Gauge Assembly > C1.iOS.Gauge Namespace > C1RadialGauge Class : StartAngle Property
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
[Foundation.Export("StartAngle")]
[Browsable(true)]
public double StartAngle {get; set;}
Remarks
Angles are measured clockwise, starting at the 9 o'clock position.
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members