C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / ValueFont Property


In This Topic
ValueFont Property
In This Topic
Gets or sets the value font style.
Syntax
'Declaration
 
Public Property ValueFont As C1Font
 
'Usage
 
Dim instance As C1Gauge
Dim value As C1Font
 
instance.ValueFont = value
 
value = instance.ValueFont
See Also