@@ -79,30 +79,17 @@ Install-Package WPFDevelopers
7979``` XML
8080xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
8181```
82- #### 1.1.0.3-preview1 and above versions
82+ ####
8383``` XML
8484 <Application .Resources>
8585 <ResourceDictionary >
8686 <ResourceDictionary .MergedDictionaries>
8787 <ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
88- <!-- 需要注意 wd:Resources 必须在Theme.xaml后 -->
89- <!-- 默认情况下,Theme 会跟随系统主题(适用于 Windows 10 及以上版本),自动切换为 Light 或 Dark 模式。
88+ <!-- 需要注意 wd:Resources 必须在Theme.xaml后 -->
89+ <!-- 默认情况下,Theme 会跟随系统主题(适用于 Windows 10 及以上版本),自动切换为 Light 或 Dark 模式。
9090 若要手动设置为 Light 模式,可以使用 Theme="Light"。
9191 你还可以自定义主题色,使用 Color="Fuchsia"(例如设置为 Fuchsia)-->
92- <wd : Resources />
93- </ResourceDictionary .MergedDictionaries>
94- </ResourceDictionary >
95- </Application .Resources>
96- ```
97- #### 1.1.0.3-preview1 and below versions
98- ``` XML
99- <Application .Resources>
100- <ResourceDictionary >
101- <ResourceDictionary .MergedDictionaries>
102- <ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Themes/Light.Blue.xaml" />
103- <!-- 需要注意 wd:Resources 必须在配色主题后,Theme="Dark" 为黑色皮肤-->
104- <wd : Resources Theme =" Light" />
105- <ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
92+ <wd : Resources />
10693 </ResourceDictionary .MergedDictionaries>
10794 </ResourceDictionary >
10895 </Application .Resources>
@@ -112,6 +99,26 @@ xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
11299
113100` xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers" `
114101
102+ ----------
103+ ### SvgViewer
104+
105+ <img src =" https://github.com/WPFDevelopersOrg/ResourcesCache/raw/main/resources/WPFDevelopersResource/SvgViewer.jpg " />
106+
107+ ----------
108+ ### Dial
109+
110+ <img src =" https://github.com/WPFDevelopersOrg/ResourcesCache/raw/main/resources/WPFDevelopersResource/Dial.jpg " />
111+
112+ ----------
113+ ### MultiSelectComboBox
114+
115+ <img src =" https://github.com/WPFDevelopersOrg/ResourcesCache/raw/main/resources/WPFDevelopersResource/MultiSelectComboBox.jpg " />
116+
117+ ----------
118+ ### PathIcon
119+
120+ <img src =" https://github.com/WPFDevelopersOrg/ResourcesCache/raw/main/resources/WPFDevelopersResource/PathIcon.jpg " />
121+
115122----------
116123### AnimatedGrid
117124
0 commit comments