How to make a center aligned window title (window in wpf)
How开发者_StackOverflow do the center aligned ?
The following works if you add it to your Window Element
right after Title="Name"
.
Add TextBlock.TextAlignment="Center"
to your window element.
You would have to use a custom Window chrome, as that is the default look of Microsoft Windows. Here is one example.
精彩评论