←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#
Objective-C
C++/CLI
Java
Python
public bool RestrictDesigners { get; set; } 
@property (nonatomic, assign) BOOL restrictDesigners; 
public boolean getRestrictDesigners() 
public void setRestrictDesigners(boolean value) 
public:  
   property bool RestrictDesigners 
   { 
      bool get() 
      void set(bool value) 
   } 
RestrictDesigners # get and set (AnnAutomationManager) 

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.

Refer to the AnnDragDropEventArgs.ResizeLargeObject property for the behavior that occurs when the value of this property is true and the size of the dropped objects is larger than the target container.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.