中文
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
✅
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
contributor
contribution
@HaHa-ZYK
Project Quality Guardian 🛡️ - Thank you for continuously submitting a large number of extremely valuable and high-quality issue reports. Your meticulous observation skills are the cornerstone of project stability.
@wanghaodong24
Thank you for consistently submitting high-quality issues
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;
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
1.1.0.3-preview1 and above versions
<Application .Resources>
<ResourceDictionary >
<ResourceDictionary .MergedDictionaries>
<ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
<!-- 需要注意 wd:Resources 必须在Theme.xaml后 -->
<!-- 默认情况下,Theme 会跟随系统主题(适用于 Windows 10 及以上版本),自动切换为 Light 或 Dark 模式。
若要手动设置为 Light 模式,可以使用 Theme="Light"。
你还可以自定义主题色,使用 Color="Fuchsia"(例如设置为 Fuchsia)-->
<wd : Resources />
</ResourceDictionary .MergedDictionaries>
</ResourceDictionary >
</Application .Resources>
1.1.0.3-preview1 and below versions
<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>
Step 3: Add the namespace;
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
MultiSelectionSearchComboBox
ScrollIntoView.IsPosition
DrawerMenu
Pagination
WpfCircularMenu
ThumbDragAndAngleExample.xaml
NavMenu3D
WpfRoundMenu