Packagefeathers.layout
Classpublic class VerticalAlign
InheritanceVerticalAlign Inheritance Object

Product Version : Feathers 3.0.0

Constants for vertical 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
  BOTTOM : String = bottom
[static] The items in the layout will be vertically aligned to the bottom of the bounds.
VerticalAlign
  JUSTIFY : String = justify
[static] The items in the layout will fill the height of the bounds.
VerticalAlign
  MIDDLE : String = middle
[static] The items in the layout will be vertically aligned to the middle of the bounds.
VerticalAlign
  TOP : String = top
[static] The items in the layout will be vertically aligned to the top of the bounds.
VerticalAlign
Constant Detail
BOTTOMConstant
public static const BOTTOM:String = bottom

Product Version : Feathers 3.0.0

The items in the layout will be vertically aligned to the bottom of the bounds.

JUSTIFYConstant 
public static const JUSTIFY:String = justify

Product Version : Feathers 3.0.0

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

MIDDLEConstant 
public static const MIDDLE:String = middle

Product Version : Feathers 3.0.0

The items in the layout will be vertically aligned to the middle of the bounds.

TOPConstant 
public static const TOP:String = top

Product Version : Feathers 3.0.0

The items in the layout will be vertically aligned to the top of the bounds.