C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
See Also