←Select platform

ShowAngle Property

Summary

Gets or sets a value that indicates whether to display the angle of the protractor.

Syntax

C#
VB
C++
public bool ShowAngle { get; set; } 
  
Property ShowAngle As Boolean 
property bool ShowAngle { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to display the angle of the protractor; false otherwise.

Remarks

If this property is true, the AngularUnitAbbreviation property contains the abbreviation for the unit of measure displayed with the angle and the AnglePrecision property contains the number of digits to display to the right of the decimal point in the angle. For more information, refer to Using Protractors in Annotation Objects. (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly