Function TextEdit.wrapEnabled

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

bool wrapEnabled() nothrow @property @nogc;

void wrapEnabled (
  bool v
) nothrow @property @nogc;