C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / PointerColor Property


In This Topic
PointerColor Property
In This Topic
Gets or sets the color of the pointer.
Syntax
'Declaration
 
Public Property PointerColor As Nullable(Of Color)
 
'Usage
 
Dim instance As C1Gauge
Dim value As Nullable(Of Color)
 
instance.PointerColor = value
 
value = instance.PointerColor
See Also