TextWrap (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>JulienDethurens
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{deprecated|alternative=[[TextWrapped (Property)|TextWrapped]]}}
<onlyinclude>{{Property
<onlyinclude>{{Property
|name = TextWrap
|name = TextWrap
|property = [[Bool]] ''textIsWrapped''
|property = [[bool]] ''TextWrap''
|description = Sets whether or not text should wrap at the edges.
|description = Sets whether or not text should wrap at the edges.
|objects = [[TextButton]], [[TextLabel]]
|objects = [[TextButton]], [[TextLabel]], [[TextBox]]
|}}</onlyinclude>
|}}</onlyinclude>



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