The StageAlign class provides constant values to use for the
Stage.align
property.
inline read onlyBOTTOM:StageAlign = 0
Specifies that the Stage is aligned at the bottom.
inline read onlyLEFT:StageAlign = 3
Specifies that the Stage is aligned on the left.
inline read onlyRIGHT:StageAlign = 4
Specifies that the Stage is aligned to the right.
inline read onlyTOP:StageAlign = 5
Specifies that the Stage is aligned at the top.