Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

EnableObjectsAlignment Property

Show in webframe
Gets or sets a value that indicates whether you can align selected objects based on one of them.
Syntax
get_enableObjectsAlignment();
set_enableObjectsAlignment(value);
Object.defineProperty('enableObjectsAlignment');

Property Value

TypeDescription
booleantrue 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:

See Also

Reference

AnnAutomationManager Object
AnnAutomationManager Members

Error processing SSI file