Packagefeathers.layout
Classpublic class Direction
InheritanceDirection Inheritance Object

Product Version : Feathers 3.0.0

Constants that define a direction.



Public Constants
 ConstantDefined 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
Constant Detail
HORIZONTALConstant
public static const HORIZONTAL:String = "horizontal"

Product Version : Feathers 3.0.0

The object will be oriented horizontally.

NONEConstant 
public static const NONE:String = "none"

Product Version : Feathers 3.3.0

The object will be oriented in no particular direction.

VERTICALConstant 
public static const VERTICAL:String = "vertical"

Product Version : Feathers 3.0.0

The object will be oriented vertically.