TextWrap (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>BlueTaslem
New page: {{Property| name = TextWrap |property = Bool ''TextWrap'' |description = Sets whether or not text should wrap at the edges, like in a word document...
>JulienDethurens
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Property|
{{deprecated|alternative=[[TextWrapped (Property)|TextWrapped]]}}
name                 = TextWrap
<onlyinclude>{{Property
|property             = [[Bool]] ''TextWrap''
|name = TextWrap
|description         = Sets whether or not text should wrap at the edges, like in a word document.
|property = [[bool]] ''TextWrap''
|object              = [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]]
|description = Sets whether or not text should wrap at the edges.
|}}
|objects = [[TextButton]], [[TextLabel]], [[TextBox]]
|}}</onlyinclude>
 
{{clear floats}}
 
[[Category:Properties]]

Latest revision as of 00:51, 28 February 2012

Deprecated:This item is deprecated. Do not use it for new work. Use TextWrapped instead.
TextWrap
Property bool TextWrap
Description Sets whether or not text should wrap at the edges.
Member of TextButton, TextLabel, TextBox