TextYAlignment (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Pauljkl New page: {{Property| name = TextYAlignment |property = Enum ''TextYAlignment'' |description = Sets where the text is placed in a GUI on the Y axis |object = [[RBX.lua.TextButton (Object)|TextBu... |
>Pauljkl New page: {{Property| name = TextYAlignment |property = Enum ''TextYAlignment'' |description = Sets where the text is placed in a GUI on the Y axis |object = [[RBX.lua.TextButton (Object)|TextBu... |
(No difference)
|
Revision as of 20:14, 23 December 2010
![]() | |
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 |