Syntax
Lua |
---|
function Label:IsMultiline(); |
Returns
Type: booleanTrue if the label will display on multiple lines.
Remarks
When true the text exceeds the width of the label, the text will automatically wrap onto the next line.
Lua |
---|
function Label:IsMultiline(); |