Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The BoxDirection class specifies constant values
for the
direction
property of the Box container.
public static const HORIZONTAL:String = "horizontal"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that children of the Box container are laid out horizontally.
public static const VERTICAL:String = "vertical"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that children of the Box container are laid out vertically.