ShowRanges Property (Gauge)
In This Topic
Gets or sets whether the gauge should display the ranges contained in the ranges property.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowRanges As System.Boolean
'Usage
Dim instance As Gauge
Dim value As System.Boolean
instance.ShowRanges = value
value = instance.ShowRanges
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowRanges {get; set;}
public read-write property ShowRanges: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowRanges : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowRanges();
public: __property void set_ShowRanges(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowRanges {
System.bool get();
void set ( System.bool value);
}
See Also