Pacoteflash.display
Classepublic final class StageAlign
HerançaStageAlign Inheritance Object

The StageAlign class provides constant values to use for the Stage.align property.

Veja também

flash.display.Stage.align


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  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
Detalhes da constante
BOTTOMConstante
public static const BOTTOM:String = "B"

Specifies that the Stage is aligned at the bottom.

BOTTOM_LEFTConstante 
public static const BOTTOM_LEFT:String = "BL"

Specifies that the Stage is aligned in the bottom-left corner.

BOTTOM_RIGHTConstante 
public static const BOTTOM_RIGHT:String = "BR"

Specifies that the Stage is aligned in the bottom-right corner.

LEFTConstante 
public static const LEFT:String = "L"

Specifies that the Stage is aligned on the left.

RIGHTConstante 
public static const RIGHT:String = "R"

Specifies that the Stage is aligned to the right.

TOPConstante 
public static const TOP:String = "T"

Specifies that the Stage is aligned at the top.

TOP_LEFTConstante 
public static const TOP_LEFT:String = "TL"

Specifies that the Stage is aligned in the top-left corner.

TOP_RIGHTConstante 
public static const TOP_RIGHT:String = "TR"

Specifies that the Stage is aligned in the top-right corner.