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: = 0

Specifies that the Stage is aligned at the bottom.

BOTTOM_LEFT

BOTTOM_LEFT: = 1

Specifies that the Stage is aligned on the left.

BOTTOM_RIGHT

BOTTOM_RIGHT: = 2

Specifies that the Stage is aligned to the right.

LEFT

LEFT: = 3

Specifies that the Stage is aligned on the left.

RIGHT

RIGHT: = 4

Specifies that the Stage is aligned to the right.

TOP

TOP: = 5

Specifies that the Stage is aligned at the top.

TOP_LEFT

TOP_LEFT: = 6

Specifies that the Stage is aligned on the left.

TOP_RIGHT

TOP_RIGHT: = 7

Specifies that the Stage is aligned to the right.

Generated using TypeDoc