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