Pakiet | mx.containers |
Klasa | public final class TileDirection |
Dziedziczenie | TileDirection Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
direction
property of the Tile container.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statyczny]
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
VERTICAL : String = "vertical" [statyczny]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection |
Szczegół stałej
HORIZONTAL | Stała |
public static const HORIZONTAL:String = "horizontal"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const VERTICAL:String = "vertical"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z