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