In This Topic
Get point color from the value.
Syntax
'Declaration
Public Function GetPointerColor( _
ByVal 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
)
Parameters
- value
- The gauge value.
Return Value
The point color of the value.
See Also