Skip to main content

System Themes

The system themes are pixel-perfect themes that were designed to integrate into any windows application, regardless of the theme being used.

CardViewTableViewCompactCardView
Figure 1: Card view in Zune system themeFigure 2: Table view in Aero system themeFigure 3: Compact-card view in Royale system theme

Themes can be set using attribute syntax or property element syntax through a view's Theme property (see Examples 1 and 2 in Views and Themes Overview). If a theme is not specified, the system-color theme will be used. In either case, if the system-color theme is not recognized (e.g., a third-party color scheme is being used), the Aero normal-color theme will be used.

To change the view and theme using attribute syntax or property element syntax, the name of the view and (optionally) theme to use must be set (see Table 1).

Table 1: System-theme syntaxes

ThemeColor schemeAttribute syntaxProperty element syntaxTarget views
AeroNormal[View.]Aero.NormalColor [View.]AeroNormalColorThemeAeroNormalColorThemeTableflowView and TableView CardView and CompactCardView TreeGridflowView
LunaNormal[View.]Luna.NormalColor [View.]LunaNormalColorThemeLunaNormalColorThemeTableflowView and TableView CardView and CompactCardView TreeGridflowView
LunaMetallic[View.]Luna.Metallic [View.]LunaMetallicThemeLunaMetallicThemeTableflowView and TableView CardView and CompactCardView TreeGridflowView
LunaHomestead[View.]Luna.Homestead [View.]LunaHomesteadThemeLunaHomesteadThemeTableflowView and TableView CardView and CompactCardView TreeGridflowView
RoyaleNormal[View.]Royale.NormalColor [View.]RoyaleNormalColorThemeRoyaleNormalColorThemeTableflowView and TableView CardView and CompactCardView
ClassicSystem[View.]Classic.SystemColor [View.]ClassicSystemColorThemeClassicSystemColorThemeTableflowView and TableView CardView and CompactCardView TreeGridflowView
ZuneNormal[View.]Zune.NormalColor [View.]ZuneNormalColorThemeZuneNormalColorThemeTableflowView and TableView CardView and CompactCardView
Windows7ThemeNormal[View.]Windows7 [View.]Windows7ThemeWindows7ThemeTableflowView and TableView CardView and CompactCardView
Windows8Theme ("desktop mode" of Windows 8)Normal[View.]Windows8 [View.]Windows8ThemeWindows8ThemeTableflowView and TableView TreeGridflowView