TextEdit.wrapEnabled

If true, enables text wrapping when it goes beyond the edge of what is visible.

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

Meta