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

RestrictAngle Property (AnnProtractorObject)






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 bool RestrictAngle {get; set;}
 get_RestrictAngle();
set_RestrictAngle(value);
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: 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

AnnProtractorObject Class
AnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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