is_text_wrapped property

is_text_wrapped property

Gets or sets a value indicating whether the text is wrapped.

Definition:

@property
def is_text_wrapped(self):
    ...
@is_text_wrapped.setter
def is_text_wrapped(self, value):
    ...

See Also