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


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