Pacchetto | mx.controls.listClasses |
Classe | public final class TileBaseDirection |
Ereditarietà | TileBaseDirection Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
direction
property of the TileList component.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statico]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [statico]
Arrange chidren vertically. | TileBaseDirection |
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 |
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 | Costante |
public static const VERTICAL:String = "vertical"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni 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.
Tue Jun 12 2018, 02:44 PM Z