is_right_to_left property

is_right_to_left property

The text direction flag indicating whether the text is right‑to‑left. Defaults to False.

Definition:

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

See Also