ComponentOne Xamarin.iOS
SweepAngle Property


C1.iOS.Gauge Assembly > C1.iOS.Gauge Namespace > C1RadialGauge Class : SweepAngle Property
Gets or sets the sweeping angle for the gauge, in degrees.
Syntax
'Declaration
 
<Foundation.ExportAttribute("SweepAngle")>
<BrowsableAttribute(True)>
Public Property SweepAngle As Double
'Usage
 
Dim instance As C1RadialGauge
Dim value As Double
 
instance.SweepAngle = value
 
value = instance.SweepAngle
[Foundation.Export("SweepAngle")]
[Browsable(true)]
public double SweepAngle {get; set;}
Remarks
Angles are measured clockwise, starting at the 9 o'clock position.
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members