Package | com.ghostwire.ui.enums |
Class | public final class ALIGN |
alignX
and alignY
properties in uiComponent
.
~ This class is available in Aspire UI Components Lite Edition ~
See also
Constant | Defined by | ||
---|---|---|---|
BOTTOM : Number = 1 [static]
All free space to the top, resulting in bottom-aligned placement.
| ALIGN | ||
CENTER : Number = 0.5 [static]
Place in the center.
| ALIGN | ||
LEFT : Number = 0 [static]
No free space to the left, resulting in left-aligned placement.
| ALIGN | ||
RIGHT : Number = 1 [static]
All free space to the left, resulting in right-aligned placement.
| ALIGN | ||
TOP : Number = 0 [static]
No free space to the top, resulting in top-aligned placement.
| ALIGN |
BOTTOM | constant |
public static const BOTTOM:Number = 1
All free space to the top, resulting in bottom-aligned placement.
See also
CENTER | constant |
public static const CENTER:Number = 0.5
Place in the center.
See also
LEFT | constant |
public static const LEFT:Number = 0
No free space to the left, resulting in left-aligned placement.
See also
RIGHT | constant |
public static const RIGHT:Number = 1
All free space to the left, resulting in right-aligned placement.
See also
TOP | constant |
public static const TOP:Number = 0
No free space to the top, resulting in top-aligned placement.
See also