In This Topic
Gets or sets whether the gauge should display the ranges contained in the ranges property.
Syntax
'Declaration
Public Property ShowRanges As Boolean
'Usage
Dim instance As C1Gauge
Dim value As Boolean
instance.ShowRanges = value
value = instance.ShowRanges
public bool ShowRanges {get; set;}
See Also