Label.wrap

bool wrap() @property nothrow

Get wrap property.

Returns

true if the label text will wrap if it gets too wide.
void wrap(bool propval) @property nothrow

Set wrap property.

Parameters

propvaltrue if the label text will wrap if it gets too wide.