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