Package | spark.layouts |
Class | public final class TileOrientation |
Inheritance | TileOrientation Object |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
orientation
property of the TileLayout class.
See also
Constant | Defined By | ||
---|---|---|---|
COLUMNS : String = columns [static]
Arranges elements column by column. | TileOrientation | ||
ROWS : String = rows [static]
Arranges elements row by row. | TileOrientation |
COLUMNS | Constant |
public static const COLUMNS:String = columns
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Arranges elements column by column.
ROWS | Constant |
public static const ROWS:String = rows
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Arranges elements row by row.