C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / SweepAngle Property


In This Topic
SweepAngle Property
In This Topic
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
Remarks
Angles are measured clockwise, starting at the 9 o'clock position.
See Also