Available on all platforms
The StageAlign class provides constant values to use for the Stage.align property.
Stage.align
@:value(cast 0)@:impl@:enuminlineread onlyBOTTOM:StageAlign = 0
Specifies that the Stage is aligned at the bottom.
@:value(cast 1)@:impl@:enuminlineread onlyBOTTOM_LEFT:StageAlign = 1
Specifies that the Stage is aligned on the left.
@:value(cast 2)@:impl@:enuminlineread onlyBOTTOM_RIGHT:StageAlign = 2
Specifies that the Stage is aligned to the right.
@:value(cast 3)@:impl@:enuminlineread onlyLEFT:StageAlign = 3
@:value(cast 4)@:impl@:enuminlineread onlyRIGHT:StageAlign = 4
@:value(cast 5)@:impl@:enuminlineread onlyTOP:StageAlign = 5
Specifies that the Stage is aligned at the top.
@:value(cast 6)@:impl@:enuminlineread onlyTOP_LEFT:StageAlign = 6
@:value(cast 7)@:impl@:enuminlineread onlyTOP_RIGHT:StageAlign = 7