LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ShowAngle Property (IAnnProtractor)

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 IAnnProtractor
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 WPF Annotation Objects.
Requirements

Target Platforms

See Also

Reference

IAnnProtractor Interface
IAnnProtractor Members

 

 


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