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


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