I like the Office 2007 window border (how it looks in windows XP). Is there a way to use this same border in my WPF application?
Maybe it is included in RibbonX, however the whole package seems to heavy for my application, when I only want to have the same border style.
If all this is not possible, can someone give me some advice on how to design my own border in WPF. Couldn’t find much useful info on this topic..
Thanks
You might find this article to be of interest as it shows you how to use windows style to get Office 2007 results.
It has a sample source code project with XAML that demonstrates the rounded window corners and window gradients.