By default, glass is not included in WinForms (or in this case, WPF applications). The only way to enable glass is with PInvoke in your own APIs. This channel9 site does a tutorial for great utility, which makes it trivial to add Glass effects to your controls.
http://channel9.msdn.com/playground/Sandbox/201158/
source
share