Package | mx.containers |
Class | public final class BoxDirection |
Inheritance | BoxDirection ![]() |
direction
property of the Box container.
See also
Constant | Defined By | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [static]
Specifies that children of the Box container are laid out horizontally. | BoxDirection | ||
VERTICAL : String = "vertical" [static]
Specifies that children of the Box container are laid out vertically. | BoxDirection |
HORIZONTAL | Constant |
public static const HORIZONTAL:String = "horizontal"
Specifies that children of the Box container are laid out horizontally.
VERTICAL | Constant |
public static const VERTICAL:String = "vertical"
Specifies that children of the Box container are laid out vertically.