Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StageAlign

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

Index

Enumeration members

BOTTOM

BOTTOM: = "bottom"

Specifies that the Stage is aligned at the bottom.

BOTTOM_LEFT

BOTTOM_LEFT: = "bottomLeft"

Specifies that the Stage is aligned on the left.

BOTTOM_RIGHT

BOTTOM_RIGHT: = "bottomRight"

Specifies that the Stage is aligned to the right.

LEFT

LEFT: = "left"

Specifies that the Stage is aligned on the left.

RIGHT

RIGHT: = "right"

Specifies that the Stage is aligned to the right.

TOP

TOP: = "top"

Specifies that the Stage is aligned at the top.

TOP_LEFT

TOP_LEFT: = "topLeft"

Specifies that the Stage is aligned on the left.

TOP_RIGHT

TOP_RIGHT: = "topRight"

Specifies that the Stage is aligned to the right.

Generated using TypeDoc