ComponentOne Xamarin.Android
Pointer Property


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : Pointer Property
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
public GaugeRange Pointer {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members