direction property

direction property

Sets reading order of text: L2R (left to right) or R2L (right to left). Default: L2R.

Definition:

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

See Also