Silverlight Toolkit Overview, Part 3 Theming

Themes Quick Reference

Expression Dark Thumbnail Expression Dark Expression Light Thumbnail Expression Light
Rainier Orange Thumbnail Rainier Orange Rainier Purple Thumbnail Rainier Purple
Shiny Red Thumbnail Shiny Red Shiny Blue Thumbnail Shiny Blue

ImplicitStyleManager

Encapsulates an attached behavior that propagates styles in a framework element's associated resource dictionary to its children. The class also provides attached properties that allow the resource dictionary to be loaded from an external source.
ImplicitStyleManager example

ExpressionDarkTheme

Implicitly applies the Expression dark theme to all of its descendent FrameworkElements.
ExpressionDarkTheme example

ExpressionLightTheme

Implicitly applies the Expression light theme to all of its descendent FrameworkElements.
ExpressionLightTheme example

RainierPurpleTheme

Implicitly applies the Rainier purple theme to all of its descendent FrameworkElements.
RainierPurpleTheme example

RainierOrangeTheme

Implicitly applies the Rainier orange theme to all of its descendent FrameworkElements.
RainierOrangeTheme example

ShinyBlueTheme

Implicitly applies the Shiny Blue theme to all of its descendent FrameworkElements.
ShinyBlueTheme example

ShinyRedTheme

Implicitly applies the Shiny Red theme to all of its descendent FrameworkElements.
ShinyRedTheme example


More Theming Resources

原文地址:https://www.cnblogs.com/baggiojing/p/1323858.html