Paquete | mx.containers |
Clase | public final class TileDirection |
Herencia | TileDirection 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 Tile container.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [estática]
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
VERTICAL : String = "vertical" [estática]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection |
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 |
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"
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 |
Specifies that the children of the Tile container are laid out vertically; that is, starting with the first column.
Tue Jun 12 2018, 02:12 PM Z