Gets or sets a value that indicate whether the angle of the protractor will always be drawn between the two lines.
            
            
            
            
            
            
            
            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.