Packagecom.greensock.layout
Classpublic class AlignMode
InheritanceAlignMode Inheritance Object

Provides constants for defining the alignment of objects.

Copyright 2010-2013, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for Club GreenSock members, the software agreement that was issued with the membership.



Public Constants
 ConstantDefined By
  BOTTOM : String = bottom
[static] Align with the bottom of the area.
AlignMode
  CENTER : String = center
[static] Align with the center of the area.
AlignMode
  LEFT : String = left
[static] Align with the left side of the area.
AlignMode
  NONE : String = none
[static] No alignment
AlignMode
  RIGHT : String = right
[static] Align with the right side of the area.
AlignMode
  TOP : String = top
[static] Align with the top of the area.
AlignMode
Constant Detail
BOTTOMConstant
public static const BOTTOM:String = bottom

Align with the bottom of the area.

CENTERConstant 
public static const CENTER:String = center

Align with the center of the area.

LEFTConstant 
public static const LEFT:String = left

Align with the left side of the area.

NONEConstant 
public static const NONE:String = none

No alignment

RIGHTConstant 
public static const RIGHT:String = right

Align with the right side of the area.

TOPConstant 
public static const TOP:String = top

Align with the top of the area.