ComponentOne Xamarin.Android
StartAngle Property (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : StartAngle Property
Gets or sets the starting angle for the gauge, in degrees.
Syntax
'Declaration
 
Public Property StartAngle As Double
'Usage
 
Dim instance As C1RadialGauge
Dim value As Double
 
instance.StartAngle = value
 
value = instance.StartAngle
public double StartAngle {get; set;}
Remarks
Angles are measured clockwise, starting at the 9 o'clock position.
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members