Pakiet | mx.controls.listClasses |
Klasa | public final class TileBaseDirection |
Dziedziczenie | TileBaseDirection Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
direction
property of the TileList component.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statyczny]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [statyczny]
Arrange chidren vertically. | TileBaseDirection |
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 |
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 | 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 |
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, 12:06 PM Z