| Package | mx.containers |
| Class | public final class 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.