Gets or sets a value that indicates whether to display the angle of the protractor.
bool ShowAngle {get; set;}
property bool ShowAngle {
bool get();
void set ( bool value);
}
Property Value
true to display the angle of the protractor; false otherwise.