Gets or sets a value indicating whether the gauge (the perpendicular lines at the ends of the protractor rulers) for this
AnnProtractorObject is visible.
public virtual bool ShowGauge {get; set;}
'Declaration
Public Overridable Property ShowGauge As Boolean
'Usage
Dim instance As AnnProtractorObject
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 protractor rulers) for this
AnnProtractorObject is visible; false otherwise.