C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / ValueFontColor Property


In This Topic
ValueFontColor Property
In This Topic
Gets or sets the value font color.
Syntax
'Declaration
 
<ObsoleteAttribute("Use ValueTextColor instead.", True)>
Public Property ValueFontColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1Gauge
Dim value As Xamarin.Forms.Color
 
instance.ValueFontColor = value
 
value = instance.ValueFontColor
See Also