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


In This Topic
MaxFontAttributes Property
In This Topic
​Gets or sets the font attributes of max value.
Syntax
'Declaration
 
Public Property MaxFontAttributes As Xamarin.Forms.FontAttributes
 
'Usage
 
Dim instance As C1Gauge
Dim value As Xamarin.Forms.FontAttributes
 
instance.MaxFontAttributes = value
 
value = instance.MaxFontAttributes
See Also