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


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