Paket | mx.controls.listClasses |
Klass | public final class TileBaseDirection |
Arv | TileBaseDirection Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
direction
property of the TileList component.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statisk]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [statisk]
Arrange chidren vertically. | TileBaseDirection |
Konstantdetaljer
HORIZONTAL | Konstant |
public static const HORIZONTAL:String = "horizontal"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const VERTICAL:String = "vertical"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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, 01:40 PM Z