C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1Gauge
Dim value As Xamarin.Forms.Color
 
instance.ValueTextColor = value
 
value = instance.ValueTextColor
See Also