enum flash.display.StageAlign

Available on all platforms

The StageAlign class provides constant values to use for the * Stage.align property.

Constructors

BOTTOM

Specifies that the Stage is aligned at the bottom.

BOTTOM_LEFT

Specifies that the Stage is aligned on the left.

BOTTOM_RIGHT

Specifies that the Stage is aligned to the right.

LEFT

Specifies that the Stage is aligned on the left.

RIGHT

Specifies that the Stage is aligned to the right.

TOP

Specifies that the Stage is aligned at the top.

TOP_LEFT

Specifies that the Stage is aligned on the left.

TOP_RIGHT

Specifies that the Stage is aligned to the right.