Package | com.greensock.layout |
Class | public class AlignMode |
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 | ||
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 = "bottom"
Align with the bottom of the area.
CENTER | constant |
public static const CENTER:String = "center"
Align with the center of the area.
LEFT | constant |
public static const LEFT:String = "left"
Align with the left side of the area.
RIGHT | constant |
public static const RIGHT:String = "right"
Align with the right side of the area.
TOP | constant |
public static const TOP:String = "top"
Align with the top of the area.