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


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