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


In This Topic
MinFontColor Property
In This Topic
Gets or sets the maximum value font color.
Syntax
'Declaration
 
<ObsoleteAttribute("Use MinTextColor instead.", True)>
Public Property MinFontColor As Nullable(Of Color)
 
'Usage
 
Dim instance As C1Gauge
Dim value As Nullable(Of Color)
 
instance.MinFontColor = value
 
value = instance.MinFontColor
See Also