Format Property (C1Gauge)
Gets or sets the format string used for displaying the gauge values as text.
public string Format {get; set;}
'Declaration
Public Property Format As String
'Usage
Dim instance As C1Gauge
Dim value As String
instance.Format = value
value = instance.Format