TextXAlignment (Property)
From Legacy Roblox Wiki
TextXAlignment | |
Property | Enum TextXAlignment |
Description | Sets where the text is placed in a GUI on the X axis |
Member of | [[RBX.lua.TextButton, TextBox, TextLabel (Object)|TextButton, TextBox, TextLabel]] |
Enum | Name | Description |
0 | Left | The text is set on the left |
1 | Right | The text is set on the right |
2 | Center | The text is set in the centre |