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


In This Topic
ValueFont Property
In This Topic
Gets or sets the value font style.
Syntax
'Declaration
 
<ObsoleteAttribute("Use FontSize/FontFamiliy/FontAttributes instead.")>
Public Property ValueFont As Xamarin.Forms.Font
 
'Usage
 
Dim instance As C1Gauge
Dim value As Xamarin.Forms.Font
 
instance.ValueFont = value
 
value = instance.ValueFont
See Also