LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ShowAngle Property (IAnnProtractorObject)






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
bool ShowAngle {get; set;}
get_ShowAngle();
set_ShowAngle(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnProtractorObject Interface
IAnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.