Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1RadialGauge Class / IsReversed Property


In This Topic
    IsReversed Property
    In This Topic
    Gets or sets a flag which indicates whether the radial gauge is reversed.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("IsReversed")>
    <BrowsableAttribute(True)>
    Public Property IsReversed As Boolean
    'Usage
     
    
    Dim instance As C1RadialGauge
    Dim value As Boolean
     
    instance.IsReversed = value
     
    value = instance.IsReversed
    [Foundation.Export("IsReversed")]
    [Browsable(true)]
    public bool IsReversed {get; set;}
    See Also