It is possible to give the title to WPF window through XAML code itself at design time and it is showing the title to window at runtime.
the code in the XAML is like
For pages we suppose to user "Title" property
...