Pacote | mx.containers |
Classe | public final class FormItemDirection |
Herança | FormItemDirection Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
direction
property of the FormItem class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [estático]
Specifies that the children of the FormItem container
are laid out horizontally. | FormItemDirection | ||
VERTICAL : String = "vertical" [estático]
Specifies that the children of the FormItem container
are laid out vertically. | FormItemDirection |
Detalhes da constante
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out horizontally.
VERTICAL | Constante |
public static const VERTICAL:String = "vertical"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies that the children of the FormItem container are laid out vertically.
Wed Jun 13 2018, 11:10 AM Z