Pacchetto | mx.containers |
Classe | public final class FormItemDirection |
Ereditarietà | FormItemDirection Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
direction
property of the FormItem class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statico]
Specifies that the children of the FormItem container
are laid out horizontally. | FormItemDirection | ||
VERTICAL : String = "vertical" [statico]
Specifies that the children of the FormItem container
are laid out vertically. | FormItemDirection |
Descrizione delle costanti
HORIZONTAL | Costante |
public static const HORIZONTAL:String = "horizontal"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out horizontally.
VERTICAL | Costante |
public static const VERTICAL:String = "vertical"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out vertically.
Tue Jun 12 2018, 02:44 PM Z