Packagefeathers.layout
Classpublic class HorizontalAlign
InheritanceHorizontalAlign Inheritance Object

Product Version : Feathers 3.0.0

Constants for horizontal alignment of items in a layout.

Note: Some constants may not be valid for certain properties. Please see the description of the property in the API reference for full details.



Public Constants
 ConstantDefined By
  CENTER : String = "center"
[static] The items in the layout will be horizontally aligned to the center of the bounds.
HorizontalAlign
  JUSTIFY : String = "justify"
[static] The items in the layout will fill the width of the bounds.
HorizontalAlign
  LEFT : String = "left"
[static] The items in the layout will be horizontally aligned to the left of the bounds.
HorizontalAlign
  RIGHT : String = "right"
[static] The items in the layout will be horizontally aligned to the right of the bounds.
HorizontalAlign
Constant Detail
CENTERConstant
public static const CENTER:String = "center"

Product Version : Feathers 3.0.0

The items in the layout will be horizontally aligned to the center of the bounds.

JUSTIFYConstant 
public static const JUSTIFY:String = "justify"

Product Version : Feathers 3.0.0

The items in the layout will fill the width of the bounds.

LEFTConstant 
public static const LEFT:String = "left"

Product Version : Feathers 3.0.0

The items in the layout will be horizontally aligned to the left of the bounds.

RIGHTConstant 
public static const RIGHT:String = "right"

Product Version : Feathers 3.0.0

The items in the layout will be horizontally aligned to the right of the bounds.