ComponentOne Xamarin.Android
SweepAngle Property


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

Reference

C1RadialGauge Class
C1RadialGauge Members