March 2010
Intermediate to advanced
1216 pages
33h 44m
English
Irregularly shaped windows are often the trademark of cutting-edge consumer applications such as photo editors, movie makers, and MP3 players, and they're even more common with WPF applications.
Creating a basic shaped window in WPF is easy. However, creating a slick, professional-looking shaped window takes more work—and, most likely, a talented graphic designer to create the outlines and design the background art.
The basic technique for creating a shaped window is to follow these steps:
Set the Window.AllowsTransparency property to true.
Set the Window.WindowStyle property to None to hide the nonclient region of the window (the blue border). If you don't, you'll get an InvalidOperationException ...
Read now
Unlock full access