Paket | mx.containers |
Klass | public final class TileDirection |
Arv | TileDirection Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
direction
property of the Tile container.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statisk]
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
VERTICAL : String = "vertical" [statisk]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection |
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 |
Specifies that the children of the Tile container are laid out horizontally; that is, starting with the first 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 |
Specifies that the children of the Tile container are laid out vertically; that is, starting with the first column.
Tue Jun 12 2018, 01:40 PM Z