←Select platform

RestrictDesigners Property

Summary

Gets or sets a value that indicates whether the object should be restricted to be inside the container boundary.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool RestrictDesigners { get; set; } 
Public Property RestrictDesigners As Boolean 
public bool RestrictDesigners {get; set;} 
@property (nonatomic) BOOL restrictDesigners; 
public boolean getRestrictDesigners() 
public void setRestrictDesigners(boolean value) 
             
 <br/>get_RestrictDesigners();<br/>set_RestrictDesigners(value);<br/>Object.defineProperty('RestrictDesigners');  
public:  
   property bool RestrictDesigners 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the object should be restricted inside the container boundary; otherwise, false. The default value is false.

Remarks

Changing this property will affect the current and all future running AnnDesigner objects. For more information refer to the AnnDesigner.RestrictDesigners property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly