Origin Property (C1Gauge)
In This Topic
Gets or sets the starting point used for painting the range.
Syntax
'Declaration
Public Property Origin As Double
'Usage
Dim instance As C1Gauge
Dim value As Double
instance.Origin = value
value = instance.Origin
public double Origin {get; set;}
See Also