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
public C1Font ValueFont {get; set;}
See Also