| Pacote | mx.containers |
| Classe | public final class TileDirection |
| Herança | TileDirection 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 Tile container.
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 Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
| VERTICAL : String = "vertical" [estático]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection | ||
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 Tile container are laid out horizontally; that is, starting with the first row.
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 Tile container are laid out vertically; that is, starting with the first column.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas