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


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