I want to have Borderless window similar to image I have attached; how can I do this ?
Thanks Ocean
If you want to avoid issues like windows covering the taskbar when maximized, etc. use the Microsoft WPF Shell Integration Library
I also have some code that I wrote a little bit ago which I THINK covers all the basic windowing problems, from snapping, to unsnapping, maximizing on proper monitor, not covering task bar, etc. Take a look at it.