Product Version : | Feathers 3.0.0 |
Constants for positioning an item relative to another item 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 item will be positioned below another item.
public static const LEFT:String = "left"
Product Version : | Feathers 3.0.0 |
The item will be positioned to the left of another item.
public static const LEFT_BASELINE:String = "leftBaseline"
Product Version : | Feathers 3.0.0 |
The item will be positioned to the left another item, and the
baselines will be aligned to match. If an item doesn't have a
baseline, then its bottom edge will be used as the baseline.
public static const MANUAL:String = "manual"
Product Version : | Feathers 3.0.0 |
The item will be positioned manually with no relation to the position
of another item. Additional properties may be available to manually
set the x and y position of the item.
public static const RIGHT:String = "right"
Product Version : | Feathers 3.0.0 |
The item will be positioned to the right of another item.
public static const RIGHT_BASELINE:String = "rightBaseline"
Product Version : | Feathers 3.0.0 |
The item will be positioned to the right of another item, and the
baselines will be aligned to match. If an item doesn't have a
baseline, then its bottom edge will be used as the baseline.
public static const TOP:String = "top"
Product Version : | Feathers 3.0.0 |
The item will be positioned above another item.
Sat Jun 18 2022, 02:58 PM -07:00