To vertically center the text in a TextBox use the VerticalContentAlignment property:
<TextBox Text="The text" Height="40" VerticalContentAlignment="Center" />
To vertically center the text in a TextBox use the VerticalContentAlignment property:
<TextBox Text="The text" Height="40" VerticalContentAlignment="Center" />