Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / Ranges Property


In This Topic
    Ranges Property
    In This Topic
    Gets the collection of ranges in this gauge.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ranges As GaugeRangeCollection
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As GaugeRangeCollection
     
    value = instance.Ranges
    public GaugeRangeCollection Ranges {get;}
    See Also