enableObjectsAlignment Property

Summary

Gets or sets a value that indicates whether you can align selected objects based on one of them.

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

Property Value

true if you can align selected objects based on one of them; otherwise, false. The default value is false.

Remarks

When setting this property to true and when there are multiple selected objects, you can align them based on a target alignment object, which is one of the selected objects. The default alignment object is the last object added to the container and you can select the target alignment object by clicking on it when its grouped in a selection rectangle.

The alignment target object will be highlighted by a blue rectangle and you can change the way it is highlighting by overriding RenderAlignmentTarget method.

the alignment methds you can use are as follows:

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.