Темы против каскадных таблиц стилей
Темы похожи на каскадные таблицы стилей в том, что и темы, и таблицы стилей определяют набор общих атрибутов, которые можно применять к любой странице. Тем не менее темы отличаются от таблиц стилей следующими способами:
* Themes can define many properties of a control or page, not just style properties. For example, using themes, you can specify the graphics for a TreeView control, the template layout of a GridView control, and so on.
* Themes can include graphics.
* Themes do not cascade the way style sheets do. By default, any property values defined in a theme referenced by a page's Theme property override the property values declaratively set on a control, unless you explicitly apply the theme using the StyleSheetTheme property. For more information, see the Theme Settings Precedence section above.
* Only one theme can be applied to each page. You cannot apply multiple themes to a page, unlike style sheets where multiple style sheets can be applied.
Пожалуйста, перейдите на MSDN для более подробной информации: