Packagemx.containers
Classpublic final class BoxDirection

The BoxDirection class specifies constant values for the direction property of the Box container.

See also

mx.containers.Box


Public Constants
 ConstantDefined by
  HORIZONTAL : String = "horizontal"
[static] Specifies that children of the Box container are laid out horizontally.
BoxDirection
  VERTICAL : String = "vertical"
[static] Specifies that children of the Box container are laid out vertically.
BoxDirection
Constant detail
HORIZONTALconstant
public static const HORIZONTAL:String = "horizontal"

Specifies that children of the Box container are laid out horizontally.

VERTICALconstant 
public static const VERTICAL:String = "vertical"

Specifies that children of the Box container are laid out vertically.