TextBox Center Align WinForm
textBox1.TextAlign = HorizontalAlignment.Center;
PrashantUnity
textBox1.TextAlign = HorizontalAlignment.Center;