text_direction property

text_direction property

Represents text reading order.

Definition:

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

See Also