| Pacote | mx.containers |
| Classe | public final class BoxDirection |
| Herança | BoxDirection Object |
direction property of the Box container.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| 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 | Constante |
public static const HORIZONTAL:String = "horizontal"
Specifies that children of the Box container are laid out horizontally.
| VERTICAL | Constante |
public static const VERTICAL:String = "vertical"
Specifies that children of the Box container are laid out vertically.