Label.wrap
bool wrap() @property nothrowGet wrap property.
Returns
true if the label text will wrap if it gets too wide.
void wrap(bool propval) @property nothrowSet wrap property.
Parameters
propval | true if the label text will wrap if it gets too wide. |