中文
Please use the preview Nuget package for the latest
.Net Version
Status
Net40
✅
net45
✅
net46
✅
net47
✅
net48
✅
netcoreapp3.0
✅
net5.0-windows
✅
net6.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
This is a UI library for WPF developers based on WPF custom advanced controls. Welcome to use..
Install-Package WPFDevelopers
Step 2: Add nodes to App.xaml;
Nuget Version >= 1.0.8-preview
<Application .Resources>
<ResourceDictionary >
<ResourceDictionary .MergedDictionaries>
<ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Themes/Light.Blue.xaml" />
<!-- 需要注意ws:Resources 必须再配色主题后,Theme="Dark" 为黑色皮肤-->
<ws : Resources Theme =" Light" />
<ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
</ResourceDictionary .MergedDictionaries>
</ResourceDictionary >
</Application .Resources>
Nuget Version < 1.0.8-preview
<Application .Resources>
<ResourceDictionary >
<ResourceDictionary .MergedDictionaries>
<ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Generic.xaml" />
</ResourceDictionary .MergedDictionaries>
</ResourceDictionary >
</Application .Resources>
Step 3: Add the namespace;
xmlns:wpfdev="https://github.com/WPFDevelopersOrg/WPFDevelopers"
DrawerMenu
Pagination
WpfCircularMenu
ThumbDragAndAngleExample.xaml
WpfRoundMenu