TextYAlignment (Property)

From Legacy Roblox Wiki
Revision as of 20:14, 23 December 2010 by >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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
TextYAlignment
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
The TextYAlignment Enum set only has three numbers.
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