ComponentOne Xamarin.Android
PointerColor Property


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : PointerColor Property
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
public Nullable<Color> PointerColor {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members