Gets and sets whether or not the angle is displayed adjacent to the protractor annotation.
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);
}
'Declaration
Public Property ShowAngle As Boolean
'Usage
Dim instance As ProtractorTool
Dim value As Boolean
instance.ShowAngle = value
value = instance.ShowAngle
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.