Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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
    public GaugeRange Pointer {get; set;}
    See Also