In This Topic
Gets or sets the font family of value.
Syntax
'Declaration
Public Property ValueFontFamily As String
'Usage
Dim instance As C1Gauge
Dim value As String
instance.ValueFontFamily = value
value = instance.ValueFontFamily
public string ValueFontFamily {get; set;}
See Also