Thickness Property (C1Gauge)
Gets or sets the thickness of the gauge, on a scale between zero and one.
public double Thickness {get; set;}
'Declaration
Public Property Thickness As Double
'Usage
Dim instance As C1Gauge
Dim value As Double
instance.Thickness = value
value = instance.Thickness