Pakket | mx.controls.listClasses |
Klasse | public final class TileBaseDirection |
Overerving | TileBaseDirection Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
direction
property of the TileList component.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statisch]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [statisch]
Arrange chidren vertically. | TileBaseDirection |
Constantedetails
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | Constante |
public static const VERTICAL:String = "vertical"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z