TextXAlignment
Determines horizontal alignment of text.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
47 | Left | 0 | Alignment starts at the left side of the GUI object. | |
598 | Right | 1 | Alignment starts at the right side of the GUI object. | |
598 | Center | 2 | Aligned starts at the center of the GUI object and spreads equally left and right. |
Description
Determines horizontal alignment of text.
Used by TextLabel, TextButton, and TextBox.