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

Variables

@:value(cast 0)@:enum@:implinlineread onlyBOTTOM:StageAlign = 0

Specifies that the Stage is aligned at the bottom.

@:value(cast 1)@:enum@:implinlineread onlyBOTTOM_LEFT:StageAlign = 1

Specifies that the Stage is aligned on the left.

@:value(cast 2)@:enum@:implinlineread onlyBOTTOM_RIGHT:StageAlign = 2

Specifies that the Stage is aligned to the right.

@:value(cast 3)@:enum@:implinlineread onlyLEFT:StageAlign = 3

Specifies that the Stage is aligned on the left.

@:value(cast 4)@:enum@:implinlineread onlyRIGHT:StageAlign = 4

Specifies that the Stage is aligned to the right.

@:value(cast 5)@:enum@:implinlineread onlyTOP:StageAlign = 5

Specifies that the Stage is aligned at the top.

@:value(cast 6)@:enum@:implinlineread onlyTOP_LEFT:StageAlign = 6

Specifies that the Stage is aligned on the left.

@:value(cast 7)@:enum@:implinlineread onlyTOP_RIGHT:StageAlign = 7

Specifies that the Stage is aligned to the right.