Gets and sets whether or not the gauge lines are displayed on the endpoints of the ruler annotation.
'Declaration
Public Property ShowGauge As Boolean
'Usage
Dim instance As RulerTool
Dim value As Boolean
instance.ShowGauge = value
value = instance.ShowGauge
public bool ShowGauge {get; set;}
public: __property bool get_ShowGauge();
public: __property void set_ShowGauge(
bool value
);
public:
property bool ShowGauge {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to display the gauge lines on the endpoints of the ruler annotation. Otherwise,
false is used.