Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The StageAlign class provides constant values to use for the
Stage.align
property.
public static const BOTTOM:String = "B"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned at the bottom.
public static const BOTTOM_LEFT:String = "BL"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned in the bottom-left corner.
public static const BOTTOM_RIGHT:String = "BR"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned in the bottom-right corner.
public static const LEFT:String = "L"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned on the left.
public static const RIGHT:String = "R"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned to the right.
public static const TOP:String = "T"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned at the top.
public static const TOP_LEFT:String = "TL"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned in the top-left corner.
public static const TOP_RIGHT:String = "TR"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Specifies that the Stage is aligned in the top-right corner.