套件 | mx.containers |
類別 | public final class TileDirection |
繼承 | TileDirection Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
direction
property of the Tile container.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [靜態]
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
VERTICAL : String = "vertical" [靜態]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection |
常數詳細資訊
HORIZONTAL | 常數 |
public static const HORIZONTAL:String = "horizontal"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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.
VERTICAL | 常數 |
public static const VERTICAL:String = "vertical"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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.
Tue Jun 12 2018, 03:47 PM Z