Function Label.autowrap
If true
, wraps the text inside the node's bounding rectangle. If you resize the node, it will change its height automatically to show all the text.
bool autowrap() nothrow @property @nogc;
void autowrap
(
bool v
) nothrow @property @nogc;