How to change Window.Title property?
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
I want to change the fontsize of the Window.Title, But I found < Window FontSize = "14" > not worked for the Title, just for the content of window.
You need to customise the window's "chrome". If you're using .NET 4.5, the classes to do this are built-in[^]. For earlier versions, there's a library[^] you can use, although the site seems to be down at the moment. There's even a demonstration of how to use it here on CodeProject: WPF Custom Chrome Library[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer