SetJustify
From IfsoGUIWiki
Contents |
Declaration
SetJustify(iJustify:Int)
Sets the text justification.
Returns
Nothing
Parameters
- iJustify:Int - Should be one of (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.
Gadget Information
Pertains to Label gadgets.
