包 | mx.containers |
类 | public final class BoxDirection |
继承 | BoxDirection Object |
direction
属性指定常数值。
另请参见
常量 | 定义方 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [静态] 指定 Box 容器的子项按水平方式布局。 | BoxDirection | ||
VERTICAL : String = "vertical" [静态] 指定 Box 容器的子项按垂直方式布局。 | BoxDirection |
HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"
指定 Box 容器的子项按水平方式布局。
VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"
指定 Box 容器的子项按垂直方式布局。