LEADTOOLS Annotations (Leadtools.Annotations assembly)

RestrictAngle Property (AnnProtractorObject)

Show in webframe





Gets or sets a value that indicate whether the angle of the protractor will always be drawn between the two lines.
Syntax
public bool RestrictAngle {get; set;}
'Declaration
 
Public Property RestrictAngle As Boolean
'Usage
 
Dim instance As AnnProtractorObject
Dim value As Boolean
 
instance.RestrictAngle = value
 
value = instance.RestrictAngle

            

            
public:
property bool RestrictAngle {
   bool get();
   void set (    bool value);
}

Property Value

true if the angle of the protractor will always be drawn between the two lines, otherwise; false. Default value is false.
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


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