这些资源实际是保存在 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>

 

相关文章:

  • 2021-09-17
  • 2021-08-31
  • 2022-12-23
  • 2021-10-16
  • 2022-02-08
  • 2021-11-19
  • 2021-08-28
  • 2021-12-09
猜你喜欢
  • 2022-02-10
  • 2022-01-24
  • 2021-06-01
  • 2022-12-23
  • 2021-10-31
  • 2021-07-31
  • 2022-12-23
相关资源
相似解决方案