Set the TextAlignment property to Center:
<TextBox Width="200"
Text="Hello world !"
TextAlignment="Center"/>
Set the TextAlignment property to Center:
<TextBox Width="200"
Text="Hello world !"
TextAlignment="Center"/>