text_horizontal_alignment property

text_horizontal_alignment property

Gets and sets the text horizontal alignment.

Definition:

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

See Also