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 bool ShowGauge {get; set;}
public bool ShowGauge {get; set;}
get_ShowGauge();
set_ShowGauge(value);
public:
property bool ShowGauge {
bool get();
void set ( bool value);
}
'Declaration
Public Property ShowGauge As Boolean
'Usage
Dim instance As AnnProtractorObject
Dim value As Boolean
instance.ShowGauge = value
value = instance.ShowGauge
Property Value
true if the gauge (the perpendicular lines at the ends of the protractor rulers) for this
AnnProtractorObject is visible; false otherwise.
For XAML example, refer to AnnProtractorObject.
For C#/VB examples, refer to AnnProtractorObject.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2