Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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:
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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)