
Welcome to WPFDevelopers.Minimal
自定义高级控件 https://github.com/WPFDevelopersOrg/WPFDevelopers
码云 https://gitee.com/WPFDevelopersOrg
加入 QQ 群:458041663
欢迎关注微信公众号
.Net Version
| .Net Version | Status |
|---|---|
| Net40 | ✅ |
| net45 | ✅ |
| net46 | ✅ |
| net47 | ✅ |
| net48 | ✅ |
| netcoreapp3.0 | ✅ |
| net5.0-windows | ✅ |
效果展示
第一步: 添加 nuget;
Install-Package WPFDevelopers.Minimal
第二步: App.xaml 中增加节点:
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/WPFDevelopers.Minimal;component/Themes/Theme.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
第三步:添加命名空间:
xmlns:ws="https://github.com/WPFDevelopersOrg.WPFDevelopers.Minimal"




















