Packagecom.yahoo.astra.layout.modes
Classpublic class HorizontalAlignment

A set of constants for horizontal alignment values used by the layout engine.



Public Constants
 ConstantDefined by
  CENTER : String = "center"
[static] Items will be aligned to the center of the available bounds.
HorizontalAlignment
  LEFT : String = "left"
[static] Items will be aligned to the left of the available bounds.
HorizontalAlignment
  RIGHT : String = "right"
[static] Items will be aligned to the right of the available bounds.
HorizontalAlignment
Constant detail
CENTERconstant
public static const CENTER:String = "center"

Items will be aligned to the center of the available bounds.

LEFTconstant 
public static const LEFT:String = "left"

Items will be aligned to the left of the available bounds.

RIGHTconstant 
public static const RIGHT:String = "right"

Items will be aligned to the right of the available bounds.