AlignOptions

Options for aligning objects.

Class

Read Only

Number LEFT_EDGES = 1281770852

Align the left edges of the objects.


Read Only

Number TOP_EDGES = 1416643940

Align the top edges of the objects.


Read Only

Number RIGHT_EDGES = 1383351652

Align the right edges of the objects.


Read Only

Number BOTTOM_EDGES = 1114916196

Align the bottom edges of the objects.


Read Only

Number HORIZONTAL_CENTERS = 1215257187

Align the horizontal centers of the objects.


Read Only

Number VERTICAL_CENTERS = 1449481315

Align the vertical centers of the objects.

Was this helpful?