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