TextXAlignment (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Pauljkl No edit summary |
>Pauljkl No edit summary |
||
Line 14: | Line 14: | ||
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span> | | bgcolor="#AB5454"|<span style="color:white">'''Description'''</span> | ||
|- | |- | ||
|+ <big>The | |+ <big>The TextXAlignment [[Enum]] set only has three numbers.</big> | ||
|0 | |0 | ||
|Left | |Left |
Revision as of 20:14, 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 |