hi guys, just wondering is it possible to set all the textbox align to center within a form using just only one line of code?
Rather than using
123TextBox.TextAlign = HorizontalAlignment.Center
456TextBox.TextAlign = HorizontalAlignment.Center
for every Textbox.
Thanks.