包 | mx.containers |
类 | public final class BoxDirection |
继承 | BoxDirection Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
direction
属性指定常量值。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [静态]
指定 Box 容器的子项按水平方式布局。 | BoxDirection | ||
VERTICAL : String = "vertical" [静态]
指定 Box 容器的子项按垂直方式布局。 | BoxDirection |
常量详细信息
HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
指定 Box 容器的子项按水平方式布局。
VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
指定 Box 容器的子项按垂直方式布局。
Tue Jun 12 2018, 11:04 AM Z