| Package | flash.display |
| Class | public final class StageAlign |
| Inheritance | StageAlign Object |
Stage.align property.
See also
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM : String = "B" [static]
Specifies that the Stage is aligned at the bottom.
| StageAlign | ||
| BOTTOM_LEFT : String = "BL" [static]
Specifies that the Stage is aligned in the bottom-left corner.
| StageAlign | ||
| BOTTOM_RIGHT : String = "BR" [static]
Specifies that the Stage is aligned in the bottom-right corner.
| StageAlign | ||
| LEFT : String = "L" [static]
Specifies that the Stage is aligned on the left.
| StageAlign | ||
| RIGHT : String = "R" [static]
Specifies that the Stage is aligned to the right.
| StageAlign | ||
| TOP : String = "T" [static]
Specifies that the Stage is aligned at the top.
| StageAlign | ||
| TOP_LEFT : String = "TL" [static]
Specifies that the Stage is aligned in the top-left corner.
| StageAlign | ||
| TOP_RIGHT : String = "TR" [static]
Specifies that the Stage is aligned in the top-right corner.
| StageAlign | ||
| BOTTOM | constant |
public static const BOTTOM:String = "B"Specifies that the Stage is aligned at the bottom.
| BOTTOM_LEFT | constant |
public static const BOTTOM_LEFT:String = "BL"Specifies that the Stage is aligned in the bottom-left corner.
| BOTTOM_RIGHT | constant |
public static const BOTTOM_RIGHT:String = "BR"Specifies that the Stage is aligned in the bottom-right corner.
| LEFT | constant |
public static const LEFT:String = "L"Specifies that the Stage is aligned on the left.
| RIGHT | constant |
public static const RIGHT:String = "R"Specifies that the Stage is aligned to the right.
| TOP | constant |
public static const TOP:String = "T"Specifies that the Stage is aligned at the top.
| TOP_LEFT | constant |
public static const TOP_LEFT:String = "TL"Specifies that the Stage is aligned in the top-left corner.
| TOP_RIGHT | constant |
public static const TOP_RIGHT:String = "TR"Specifies that the Stage is aligned in the top-right corner.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/2/langref/flash/display/StageAlign.html