Align Method

Align has been deprecated. Use Align2 instead.

The Align method aligns the objects in the selection.

Syntax

object.Align( horzAlign, vertAlign )

 

Parameter Type Description
horzAlign Variant optional, horizontal alignment, grfObjectHorzAlign, default = grfHANone
vertAlign Variant optional, vertical alignment, grfObjectVertAlign, default = grfVANone

 

Example

This example demonstrates how to arrange a selection horizontally to the right and vertically to the bottom.

Selection.Align(grfHARight,grfVABottom)

 

Used by: AutoSelection collection