Accusoft.NotateXpress13.Net
ShowGauge Property (ProtractorTool)




Gets and sets whether or not the gauge lines are displayed on the endpoints of the protractor annotation.
Syntax
'Declaration
 
Public Property ShowGauge As Boolean
'Usage
 
Dim instance As ProtractorTool
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 protractor annotation. Otherwise, false is used.
See Also

Reference

ProtractorTool Class
ProtractorTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback