包 | mx.containers |
类 | public final class TileDirection |
继承 | TileDirection Object |
direction
属性定义常数值。
另请参见
常量 | 定义方 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [静态] 指定以水平方式布局 Tile 容器的子项;即,从第一行开始。 | TileDirection | ||
VERTICAL : String = "vertical" [静态] 指定以垂直方式布局 Tile 容器的子项;即,从第一列开始。 | TileDirection |
HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"
指定以水平方式布局 Tile 容器的子项;即,从第一行开始。
VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"
指定以垂直方式布局 Tile 容器的子项;即,从第一列开始。