| Package | com.greensock.layout |
| Class | public class AlignMode |
| Inheritance | AlignMode Object |
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.
| Constant | Defined 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 | ||
| BOTTOM | Constant |
public static const BOTTOM:String = bottomAlign with the bottom of the area.
| CENTER | Constant |
public static const CENTER:String = centerAlign with the center of the area.
| LEFT | Constant |
public static const LEFT:String = leftAlign with the left side of the area.
| NONE | Constant |
public static const NONE:String = noneNo alignment
| RIGHT | Constant |
public static const RIGHT:String = rightAlign with the right side of the area.
| TOP | Constant |
public static const TOP:String = topAlign with the top of the area.