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