TextYAlignment (Property)
From Legacy Roblox Wiki
![]() | |
Property | Enum TextYAlignment |
Description | Sets where the text is placed in a GUI on the Y axis |
Member of | [[RBX.lua.TextButton, TextBox, TextLabel (Object)|TextButton, TextBox, TextLabel]] |
Enum | Name | Description |
0 | Top | The text starts from the top of the GUI Object |
1 | Center | The text starts from the center of the GUI Object |
2 | Bottom | The text starts from the bottom of the GUI Object |