套件 | mx.controls.listClasses |
類別 | public final class TileBaseDirection |
繼承 | TileBaseDirection Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
direction
property of the TileList component.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [靜態]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [靜態]
Arrange chidren vertically. | TileBaseDirection |
常數詳細資訊
HORIZONTAL | 常數 |
public static const HORIZONTAL:String = "horizontal"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Arrange children horizontally. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a row before going on to the next row.
VERTICAL | 常數 |
public static const VERTICAL:String = "vertical"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Arrange chidren vertically. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a column before going on to the next column.
Tue Jun 12 2018, 03:47 PM Z