Documentation for this section has not yet been entered.
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 Label.TextAlign property to one of the right-aligned horizontal alignments (System.Drawing.ContentAlignment.TopRight, System.Drawing.ContentAlignment.MiddleRight, System.Drawing.ContentAlignment.BottomRight) and the text will be aligned with the right edge of the labels to align with your controls.