Justify
Controls how user interface text messages will be aligned - specifically it defines an anchor point which changes how the x, y coordinated are interpreted. Used with UI:addMessage.
| Name | Description |
|---|---|
| TopLeft | Top left of text is at x,y coordinates |
| TopRight | Top right of text is at x,y coordinates |
| TopCenter | Top centre of text is at x,y coordinates |
| BottomLeft | Bottom left of text is at x,y coordinates |
| BottomRight | Bottom right of text is at x,y coordinates |
| BottomCenter | Bottom center of text is at x,y coordinates |
| CenterLeft | Centre left of text is at x,y coordinates |
| CenterRight | Centre right of text is at x,y coordinates |
| Center | Center of text is at x,y coordinates |
