Pacote | mx.controls.listClasses |
Classe | public final class TileBaseDirection |
Herança | TileBaseDirection 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 TileList component.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [estático]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [estático]
Arrange chidren vertically. | TileBaseDirection |
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 |
Arrange children horizontally. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a row before going on to the next 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 |
Arrange chidren vertically. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a column before going on to the next column.
Wed Jun 13 2018, 11:10 AM Z