GetJustify
From IfsoGUIWiki
Contents |
Declaration
GetJustify:Int()
Returns the text justification.
Returns
Returns one of the following (Integer):
- ifsoGUI_LABEL_JUSTIFY_LEFT - Text is aligned left.
- ifsoGUI_LABEL_JUSTIFY_CENTER - Text is aligned center.
- ifsoGUI_LABEL_JUSTIFY_RIGHT - text is aligned right.
Parameters
None
Gadget Information
Pertains to Label gadgets.
