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