StackRanges Property (Gauge)
In This Topic
Gets or sets a value that determines whether the ranges contained in the collection should be stacked within the gauge.
Syntax
'Declaration
Public Property StackRanges As System.Boolean
'Usage
Dim instance As Gauge
Dim value As System.Boolean
instance.StackRanges = value
value = instance.StackRanges
public System.bool StackRanges {get; set;}
public read-write property StackRanges: System.Boolean;
public function get,set StackRanges : System.boolean
public: __property System.bool get_StackRanges();
public: __property void set_StackRanges(
System.bool value
);
public:
property System.bool StackRanges {
System.bool get();
void set ( System.bool value);
}
See Also