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
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
COLUMNS : String = "columns" [static]
Arranges elements column by column. | TileOrientation | ||
ROWS : String = "rows" [static]
Arranges elements row by row. | TileOrientation |
Constant Detail
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.
Fri Mar 19 2010, 02:45 AM -07:00