Windows 8 开发系列- 系统样式资源文件

这些资源实际是保存在 C:\Program Files (x86)\Windows Kits\8.0\Include\WinRT\Xaml\Design 下的。你可以找到相关资源和控件默认样式定义。

然后如何重写,举个例子:

<ResourceDictionary.ThemeDictionaries><ResourceDictionaryx:Key="Default"><SolidColorBrushx:Key="ProgressBarIndeterminateForegroundThemeBrush"Color="#DEFFFFFF"/><SolidColorBrushx:Key="ProgressBarForegroundThemeBrush"Color="#DEFFFFFF"/></ResourceDictionary></ResourceDictionary.ThemeDictionaries>

 

你可能感兴趣的:(windows)