Pakiet | mx.containers |
Klasa | public final class FormItemDirection |
Dziedziczenie | FormItemDirection Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
direction
property of the FormItem class.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statyczny]
Specifies that the children of the FormItem container
are laid out horizontally. | FormItemDirection | ||
VERTICAL : String = "vertical" [statyczny]
Specifies that the children of the FormItem container
are laid out vertically. | FormItemDirection |
Szczegół stałej
HORIZONTAL | Stała |
public static const HORIZONTAL:String = "horizontal"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out horizontally.
VERTICAL | Stała |
public static const VERTICAL:String = "vertical"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out vertically.
Tue Jun 12 2018, 12:06 PM Z