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.

  1. bool autowrap [@property getter]
  2. bool autowrap [@property setter]
    struct Label
    @nogc nothrow @property
    void
    autowrap
    (
    bool v
    )

Meta