- Notifications
You must be signed in to change notification settings - Fork259
🎉 Welcome to follow the "WPFDevelopers" public account! This is a sample project we share daily, covering WPF's basic controls and custom control libraries. The project will be continuously updated, welcome to give us ⭐️
License
NotificationsYou must be signed in to change notification settings
WPFDevelopersOrg/WPFDevelopers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
.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> <ResourceDictionarySource="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>
<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionarySource="pack://application:,,,/WPFDevelopers;component/Themes/Light.Blue.xaml"/><!--需要注意 wd:Resources 必须在配色主题后,Theme="Dark" 为黑色皮肤--> <wd:ResourcesTheme="Light"/> <ResourceDictionarySource="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources>
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
~~end~~
About
🎉 Welcome to follow the "WPFDevelopers" public account! This is a sample project we share daily, covering WPF's basic controls and custom control libraries. The project will be continuously updated, welcome to give us ⭐️
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published