Pakket | mx.containers |
Klasse | public final class TileDirection |
Overerving | TileDirection Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
direction
property of the Tile container.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statisch]
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
VERTICAL : String = "vertical" [statisch]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection |
Constantedetails
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z