C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / Pointer Property


In This Topic
Pointer Property
In This Topic
Gets the GaugeRange used to represent the gauge's current value.
Syntax
'Declaration
 
Public Property Pointer As GaugeRange
 
'Usage
 
Dim instance As C1Gauge
Dim value As GaugeRange
 
instance.Pointer = value
 
value = instance.Pointer
See Also