| Package | flash.display | 
| Class | public final class StageAlign | 
| Inheritance | StageAlign    Object | 
| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Stage.align property. 
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Public Constants
| 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 | ||
Constant Detail
BOTTOM | Constant | 
public static const BOTTOM:String = "B"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned at the bottom.
BOTTOM_LEFT | Constant | 
public static const BOTTOM_LEFT:String = "BL"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned in the bottom-left corner.
BOTTOM_RIGHT | Constant | 
public static const BOTTOM_RIGHT:String = "BR"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned in the bottom-right corner.
LEFT | Constant | 
public static const LEFT:String = "L"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned on the left.
RIGHT | Constant | 
public static const RIGHT:String = "R"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned to the right.
TOP | Constant | 
public static const TOP:String = "T"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned at the top.
TOP_LEFT | Constant | 
public static const TOP_LEFT:String = "TL"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned in the top-left corner.
TOP_RIGHT | Constant | 
public static const TOP_RIGHT:String = "TR"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 | 
Specifies that the Stage is aligned in the top-right corner.
Thu Dec 4 2014, 05:50 PM -08:00
 