Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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
     
    
    <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