套件 | mx.containers |
類別 | public final class FormItemDirection |
繼承 | FormItemDirection Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
direction
property of the FormItem class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [靜態]
Specifies that the children of the FormItem container
are laid out horizontally. | FormItemDirection | ||
VERTICAL : String = "vertical" [靜態]
Specifies that the children of the FormItem container
are laid out vertically. | FormItemDirection |
常數詳細資訊
HORIZONTAL | 常數 |
public static const HORIZONTAL:String = "horizontal"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out horizontally.
VERTICAL | 常數 |
public static const VERTICAL:String = "vertical"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out vertically.
Tue Jun 12 2018, 03:47 PM Z