如何访问WinuI2.6的generic.xaml文件?在某些控件中,Microsoft使用了以下刷子
CardStrokeColorDefaultBrush
CardBackgroundFillColorDefaultBrush我发现了以下文件
C:\Program Files (x86)\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP\10.0.19041.0\Generic
generic.xaml
themeresource.xaml但这些刷子是不可用的
发布于 2021-09-04 10:55:22
您可以在CommonStyles上找到WinUI在https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/CommonStyles/Common_themeresources_any.xaml上使用的Github。
https://stackoverflow.com/questions/69054037
复制相似问题