Packagegraphics
Classpublic final class DirectionOrder
InheritanceDirectionOrder Inheritance Object

Defines the order to display all children in a specific horizontal or vertical container. Children within a horizontally oriented box are, by default, displayed from left to right in the same order as they appear in the source document. Children within a vertically oriented box are displayed top to bottom in the same order.



Public Constants
 ConstantDefined By
  NORMAL : String = normal
[static] Specifies the "normal" direction order.
DirectionOrder
  REVERSE : String = reverse
[static] Specifies the "reverse" direction order.
DirectionOrder
Constant Detail
NORMALConstant
public static const NORMAL:String = normal

Specifies the "normal" direction order. The horizontal containers displays its children from left to right and the vertical containers displays its children from top to bottom.

REVERSEConstant 
public static const REVERSE:String = reverse

Specifies the "reverse" direction order. The horizontal containers displays its children from right to left and the vertical containers displays its children from bottom to top.