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


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