Is there a way to center the text in a label? I don’t see it in the properties. Nor with a text box. I am trying to make a nice looking header for a custom form.
txtMyTextBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
2 Likes