Pacchetto | mx.containers |
Classe | public final class TileDirection |
Ereditarietà | TileDirection Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
direction
property of the Tile container.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statico]
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
VERTICAL : String = "vertical" [statico]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection |
Descrizione delle costanti
HORIZONTAL | Costante |
public static const HORIZONTAL:String = "horizontal"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni 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 | Costante |
public static const VERTICAL:String = "vertical"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni 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.
Tue Jun 12 2018, 02:44 PM Z