Packagecom.ghostwire.ui.enums
Classpublic final class ALIGN

Defines constants for the values to be used for the alignX and alignY properties in uiComponent.

~ This class is available in Aspire UI Components Lite Edition ~

See also

com.ghostwire.ui.core.uiComponent.alignX
com.ghostwire.ui.core.uiComponent.alignY


Public Constants
 ConstantDefined 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
Constant detail
BOTTOMconstant
public static const BOTTOM:Number = 1

All free space to the top, resulting in bottom-aligned placement.

See also

CENTERconstant 
public static const CENTER:Number = 0.5

Place in the center.

See also

LEFTconstant 
public static const LEFT:Number = 0

No free space to the left, resulting in left-aligned placement.

See also

RIGHTconstant 
public static const RIGHT:Number = 1

All free space to the left, resulting in right-aligned placement.

See also

TOPconstant 
public static const TOP:Number = 0

No free space to the top, resulting in top-aligned placement.

See also