| Package | feathers.layout |
| Class | public class Direction |
| Inheritance | Direction Object |
| Product Version : | Feathers 3.0.0 |
| Constant | Defined By | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [static]
The object will be oriented horizontally. | Direction | ||
| NONE : String = "none" [static]
The object will be oriented in no particular direction. | Direction | ||
| VERTICAL : String = "vertical" [static]
The object will be oriented vertically. | Direction | ||
| HORIZONTAL | Constant |
public static const HORIZONTAL:String = "horizontal"| Product Version : | Feathers 3.0.0 |
The object will be oriented horizontally.
| NONE | Constant |
public static const NONE:String = "none"| Product Version : | Feathers 3.3.0 |
The object will be oriented in no particular direction.
| VERTICAL | Constant |
public static const VERTICAL:String = "vertical"| Product Version : | Feathers 3.0.0 |
The object will be oriented vertically.