.Net Version | Status |
---|---|
net40 | ✅ |
net45 | ✅ |
net46 | ✅ |
net47 | ✅ |
net48 | ✅ |
netcoreapp3.0 | ✅ |
net5.0-windows | ✅ |
net6.0-windows | ✅ |
net7.0-windows | ✅ |
net8.0-windows | ✅ |
If you think our open source software is helpful to you, please scan the QR code below and give us a cup of coffee.
Alipay | WeChat pay |
---|---|
![]() | ![]() |
Install-Package WPFDevelopers
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Light.Blue.xaml"/> <!--需要注意 wd:Resources 必须在配色主题后,Theme="Dark" 为黑色皮肤--> <wd:Resources Theme="Light"/> <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources>
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
~~end~~