TextXAlignment (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Pauljkl New page: {{Property| name = TextXAllignment |property = Enum ''TextXAllignment'' |description = Sets where the text is placed in a GUI |object = TextButton, [[RB... |
>Pauljkl No edit summary |
||
Line 1: | Line 1: | ||
{{Property| | {{Property| | ||
name = | name = TextXAlignment | ||
|property = [[Enum]] '' | |property = [[Enum]] ''TextXAlignment'' | ||
|description = Sets where the text is placed in a GUI | |description = Sets where the text is placed in a GUI | ||
|object = [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextBox (Object)|TextBox]], [[RBX.lua.TextLabel (Object)|TextLabel]] | |object = [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextBox (Object)|TextBox]], [[RBX.lua.TextLabel (Object)|TextLabel]] |
Revision as of 20:08, 23 December 2010
TextXAlignment | |
Property | Enum TextXAlignment |
Description | Sets where the text is placed in a GUI |
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 |