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

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



Public Constants
 ConstantDefined by
  BOTTOM : String = "bottom"
[static] Items will be aligned to the bottom of the available bounds.
VerticalAlignment
  MIDDLE : String = "middle"
[static] Items will be aligned to the middle of the available bounds.
VerticalAlignment
  TOP : String = "top"
[static] Items will be aligned to the top of the available bounds.
VerticalAlignment
Constant detail
BOTTOMconstant
public static const BOTTOM:String = "bottom"

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

MIDDLEconstant 
public static const MIDDLE:String = "middle"

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

TOPconstant 
public static const TOP:String = "top"

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