Nested styles in WPF - Lorenz Cuno Klopfenstein - Klopfenstein.net by Xaml

Sun, 31 May 2009 00:01:38 -0600

Nested styles in WPF - Lorenz Cuno Klopfenstein - Klopfenstein.net

by Xaml @ Sun, 31 May 2009 00:01:38 -0600



I have started to work on WPF GUI programming again, and finally found out how to use styles in an application (pretty basic, I know, but I'm slowly getting to know the framework on my own :) ... The effect of the XAML code above is that if you define a Window's style as "GlossyWindow", automatically all buttons and menus contained in that same window will have the nested styles applied (in addition to other styles you might have explicitly set on each button or on ...