Packagecom.ghostwire.ui.enums
Classpublic final class POSITION

Defines constants for the values to be used for positioning properties, such as the textPosition property in uiLabel, and labelPosition property in uiCheckBox.

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

See also

com.ghostwire.ui.controls.uiLabel.textPosition
com.ghostwire.ui.controls.uiLabelButton.textPosition
com.ghostwire.ui.controls.uiCheckBox.labelPosition


Public Constants
 ConstantDefined by
  BOTTOM : int = 4
[static] Place at the bottom.
POSITION
  LEFT : int = 2
[static] Place to the left.
POSITION
  RIGHT : int = 0
[static] Place to the right.
POSITION
  TOP : int = 8
[static] Place at the top.
POSITION
Constant detail
BOTTOMconstant
public static const BOTTOM:int = 4

Place at the bottom.

LEFTconstant 
public static const LEFT:int = 2

Place to the left.

RIGHTconstant 
public static const RIGHT:int = 0

Place to the right.

TOPconstant 
public static const TOP:int = 8

Place at the top.