LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShowAngle Property (IAnnProtractorObject)

Show in webframe





Gets or sets a value that indicates whether to display the angle of the protractor.
Syntax
bool ShowAngle {get; set;}
'Declaration
 
Property ShowAngle As Boolean
'Usage
 
Dim instance As IAnnProtractorObject
Dim value As Boolean
 
instance.ShowAngle = value
 
value = instance.ShowAngle

            

            
property bool ShowAngle {
   bool get();
   void set (    bool value);
}

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.
Requirements

Target Platforms

See Also

Reference

IAnnProtractorObject Interface
IAnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.