C1.Android.Gauge Assembly / C1.Android.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 Nullable(Of Color)
 
'Usage
 
Dim instance As C1Gauge
Dim value As Double
Dim value As Nullable(Of Color)
 
value = instance.GetPointerColor(value)

Parameters

value
The gauge value.

Return Value

The point color of the value.
See Also