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.
Dimanche Mars 3 2019, 06:15 PM +01:00