Gets the alignment of the text on the label control.
Parameters
text_align
One of the content_alignment values. The default is middle_center.
Returns
Current label instance.
Remarks
You can use this property to align the text within a label to match the layout of controls on your form. For example, if your controls are located to the right edge of the labels, you can set the text_align property to one of the right-aligned horizontal alignments (top_right, middle_right, bottom_right) and the text will be aligned with the right edge of the labels to align with your controls.