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]
    struct Label
    @nogc nothrow @property
    bool
    autowrap
    ()
  2. bool autowrap [@property setter]

Meta