Package | flexlib.containers |
Class | public class FlowBox |
Inheritance | FlowBox ![]() |
Property | Defined by | ||
---|---|---|---|
direction : String [write-only]
A FlowBox container can only be horizontal, so override the
direction and don't allow the user to change it.
| FlowBox |
Method | Defined by | ||
---|---|---|---|
FlowBox()
Constructor
| FlowBox |
direction | property |
direction:String
[write-only]A FlowBox container can only be horizontal, so override the direction and don't allow the user to change it.
Implementation public function set direction(value:String):void
FlowBox | () | constructor |
public function FlowBox()
Constructor