In This Topic
Gets or sets the font size of max value.
Syntax
'Declaration
Public Property MaxFontSize As Double
'Usage
Dim instance As C1Gauge
Dim value As Double
instance.MaxFontSize = value
value = instance.MaxFontSize
public double MaxFontSize {get; set;}
See Also