enum openfl.display.StageAlign

Available on all platforms

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

Constructors

TOP_RIGHT

Specifies that the Stage is aligned to the right.

TOP_LEFT

Specifies that the Stage is aligned on the left.

TOP

Specifies that the Stage is aligned at the top.

RIGHT

Specifies that the Stage is aligned to the right.

LEFT

Specifies that the Stage is aligned on the left.

BOTTOM_RIGHT

Specifies that the Stage is aligned to the right.

BOTTOM_LEFT

Specifies that the Stage is aligned on the left.

BOTTOM

Specifies that the Stage is aligned at the bottom.