| Package | flexlib.containers |
| Class | public class FlowBox |
| Inheritance | FlowBox mx.containers.Box |
| Property | Defined By | ||
|---|---|---|---|
| direction : String [override] [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] [override] A FlowBox container can only be horizontal, so override the direction and don't allow the user to change it.
public function set direction(value:String):void| FlowBox | () | Constructor |
public function FlowBox()Constructor