| 包 | mx.controls.listClasses |
| 类 | public final class TileBaseDirection |
| 继承 | TileBaseDirection Object |
direction 属性值。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [静态] 水平排列子项。 | TileBaseDirection | ||
| VERTICAL : String = "vertical" [静态] 垂直排列子项。 | TileBaseDirection | ||
| HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"水平排列子项。对于使用两个维度排列子项的控件(如 TileList),排列子项时先填充完一行再转至下一行。
| VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"垂直排列子项。对于使用两个维度排列子项的控件(如 TileList),排列子项时先填充完一列再转至下一列。