Paquete | mx.controls.listClasses |
Clase | public final class TileBaseDirection |
Herencia | TileBaseDirection Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
direction
property of the TileList component.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [estática]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [estática]
Arrange chidren vertically. | TileBaseDirection |
Información sobre constantes
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Tue Jun 12 2018, 02:12 PM Z