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 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.
public static const JUSTIFY:String = "justify"
Product Version : | Feathers 3.0.0 |
The items in the layout will fill the height of the bounds.
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.
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.
Sat Jun 18 2022, 02:58 PM -07:00