Package | com.ghostwire.ui.enums |
Class | public final class POSITION |
textPosition
property in uiLabel
, and labelPosition
property in uiCheckBox
.
~ This class is available in Aspire UI Components Lite Edition ~
See also
Constant | Defined 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 |
BOTTOM | constant |
public static const BOTTOM:int = 4
Place at the bottom.
LEFT | constant |
public static const LEFT:int = 2
Place to the left.
RIGHT | constant |
public static const RIGHT:int = 0
Place to the right.
TOP | constant |
public static const TOP:int = 8
Place at the top.