Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1LinearGauge Class / Ranges Property

In This Topic
    Ranges Property (C1LinearGauge)
    In This Topic
    Gets the collection of ranges in this gauge.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ranges As GaugeRangeCollection
    public GaugeRangeCollection Ranges {get;}
    See Also