restrictDesigners Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationManager.prototype, 'restrictDesigners', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
restrictDesigners: boolean; 

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