Gets or sets a value indicating whether the gauge (the perpendicular lines at the ends of the ruler) for this
AnnPolyRulerObject is visible.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property ShowGauge As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnPolyRulerObject
Dim value As Boolean
instance.ShowGauge = value
value = instance.ShowGauge
|
C# | |
---|
public virtual bool ShowGauge {get; set;} |
C++/CLI | |
---|
public:
virtual property bool ShowGauge {
bool get();
void set (bool value);
} |
Return Value
true if the gauge (the perpendicular lines at the ends of the ruler) for this
AnnPolyRulerObject is visible; false otherwise.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also