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