Transparent Windows in WPF
One of the flashiest features of WPF is pervasive transparency. Colors used for borders, backgrounds, text, graphics can all be set to be semi-transparent using the Color Alpha value and in some cases a separate OpacityMask. Transparency can even be used at the window level (in both Vista and XP)! A few warnings before we [...]