| Language Version : | ActionScript 3.0 |
| Player Version : | 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 |
| Player Version : | Flash Player 9 |
Specifies that the Stage is aligned at the bottom.
public static const BOTTOM_LEFT:String = "BL"
| Language Version : | ActionScript 3.0 |
| Player Version : | 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 |
| Player Version : | 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 |
| Player Version : | Flash Player 9 |
Specifies that the Stage is aligned on the left.
public static const RIGHT:String = "R"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9 |
Specifies that the Stage is aligned to the right.
public static const TOP:String = "T"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9 |
Specifies that the Stage is aligned at the top.
public static const TOP_LEFT:String = "TL"
| Language Version : | ActionScript 3.0 |
| Player Version : | 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 |
| Player Version : | Flash Player 9 |
Specifies that the Stage is aligned in the top-right corner.
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Mon Nov 19 2007, 10:27 AM GMT-08:00