is_word_wrapped property
is_word_wrapped property
Indicates whether the contents of the control automatically wrap at the end of a line.
Definition:
@property
def is_word_wrapped(self):
...
@is_word_wrapped.setter
def is_word_wrapped(self, value):
...