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


In This Topic
MaxFontSize Property
In This Topic
​Gets or sets the font size of max value.
Syntax
'Declaration
 
Public Property MaxFontSize As Double
 
'Usage
 
Dim instance As C1Gauge
Dim value As Double
 
instance.MaxFontSize = value
 
value = instance.MaxFontSize
See Also