text_align property
text_align property
Represents how to align the text used by the control.
Definition:
@property
def text_align(self):
...
@text_align.setter
def text_align(self, value):
...
Represents how to align the text used by the control.
@property
def text_align(self):
...
@text_align.setter
def text_align(self, value):
...