中文
Please use the preview Nuget package for the latest
.Net Version
Status
net40
✅
net45
✅
net451
✅
net452
✅
net46
✅
net461
✅
net462
✅
net47
✅
net471
✅
net472
✅
net48
✅
net481
✅
netcoreapp3.0
✅
netcoreapp3.1
✅
net5.0-windows
✅
net6.0-windows
✅
net7.0-windows
✅
net8.0-windows
✅
net9.0-windows
✅
net10.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"
<Application .Resources>
<ResourceDictionary >
<ResourceDictionary .MergedDictionaries>
<ResourceDictionary Source =" pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
<!-- 需要注意 wd:Resources 必须在Theme.xaml后 -->
<!--
默认情况下,Theme 为 Light(适用于 Windows 10 及以上版本),
并会自动根据系统主题切换 Light 或 Dark 模式。
若设置为 Default,则会跟随系统主题。
-->
<!--
如需手动指定为 Light 模式,可使用 Theme="Light"。
您还可以通过 Color 属性自定义主题色,例如设置为 Color="Fuchsia"。
-->
<!--
此外,通过 Radius 属性可控制控件的圆角大小(Windows 11 默认为 4)。
-->
<wd : Resources Radius =" 4" />
</ResourceDictionary .MergedDictionaries>
</ResourceDictionary >
</Application .Resources>
Step 3: Add the namespace;
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
CircleMenu
MultiSelectionSearchComboBox
ScrollIntoView.IsPosition
DrawerMenu
Pagination
WpfCircularMenu
ThumbDragAndAngleExample.xaml
NavMenu3D
WpfRoundMenu