Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The TileDirection class defines the constant values for the
direction
property of the Tile container.
public static const HORIZONTAL:String = "horizontal"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row.
public static const VERTICAL:String = "vertical"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column.