C1.Android.Gauge Assembly / C1.Android.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 Nullable(Of Color)
 
'Usage
 
Dim instance As C1Gauge
Dim value As Nullable(Of Color)
 
instance.ValueFontColor = value
 
value = instance.ValueFontColor
See Also