How do the center aligned ?
You would have to use a custom Window chrome, as that is the default look of Microsoft Windows. Here is one example.
The following works if you add it to your Window Element right after Title="Name".
Window Element
Title="Name"
Add TextBlock.TextAlignment="Center" to your window element.
TextBlock.TextAlignment="Center"