Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / GetPointerColor Method
The gauge value.


In This Topic
    GetPointerColor Method
    In This Topic
    Get point color from the value.
    Syntax
    'Declaration
     
    
    Public Function GetPointerColor( _
       ByVal value As Double _
    ) As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
    Dim value As UIKit.UIColor
     
    value = instance.GetPointerColor(value)
    public UIKit.UIColor GetPointerColor( 
       double value
    )

    Parameters

    value
    The gauge value.

    Return Value

    The point color of the value.
    See Also