Accusoft.NotateXpress13.Net
ShowAngle Property (ProtractorTool)




Gets and sets whether or not the angle is displayed adjacent to the protractor annotation.
Syntax
'Declaration
 
Public Property ShowAngle As Boolean
'Usage
 
Dim instance As ProtractorTool
Dim value As Boolean
 
instance.ShowAngle = value
 
value = instance.ShowAngle
public bool ShowAngle {get; set;}
public: __property bool get_ShowAngle();
public: __property void set_ShowAngle( 
   bool value
);
public:
property bool ShowAngle {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to display the angle adjacent to the protractor annotation. Otherwise, false is used and the angle is not displayed adjacent to the protractor annotation.
See Also

Reference

ProtractorTool Class
ProtractorTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback