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


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