Gets or sets a value indicating whether the gauge (the perpendicular lines at the ends of the ruler) for this
AnnRulerObject object is visible.
public virtual bool ShowGauge {get; set;}
'Declaration
Public Overridable Property ShowGauge As Boolean
'Usage
Dim instance As AnnRulerObject
Dim value As Boolean
instance.ShowGauge = value
value = instance.ShowGauge
public:
virtual property bool ShowGauge {
bool get();
void set ( bool value);
}
Property Value
true if the gauge (the perpendicular lines at the ends of the ruler) for this
AnnRulerObject object is visible; false otherwise.