WPFDevelopers 0.2.0
dotnet add package WPFDevelopers --version 0.2.0
NuGet\Install-Package WPFDevelopers -Version 0.2.0
<PackageReference Include="WPFDevelopers" Version="0.2.0" />
<PackageVersion Include="WPFDevelopers" Version="0.2.0" />
<PackageReference Include="WPFDevelopers" />
paket add WPFDevelopers --version 0.2.0
#r "nuget: WPFDevelopers, 0.2.0"
#:package WPFDevelopers@0.2.0
#addin nuget:?package=WPFDevelopers&version=0.2.0
#tool nuget:?package=WPFDevelopers&version=0.2.0
WPFDevelopers
This is a UI library for WPF developers based on WPF custom advanced controls. Welcome to use..
Usage
Step 1: Add nuget;
Install-Package WPFDevelopers -Version 0.2.0-preview
Step 2: App.xaml Add the namespace:
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
Step 3: Add nodes to App.xaml;
Note: wd:Resources must be placed after Theme.xaml
By default, the Theme is set to Light (for Windows 10 and above) and will automatically switch between Light and Dark modes based on the system theme. If set to Default, it will follow the system theme.
To manually set to Light mode, use Theme="Light".
You can also customize the accent color using Color="Fuchsia" (for example, set to Fuchsia).
Additionally, the corner radius of controls can be controlled via the Radius property (the default value is 4 on Windows 11).
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
<wd:Resources Radius="4"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Resources
QQ Group:929469013 | 340500857 | 458041663
WeChat Public Account:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net9.0-windows7.0 is compatible. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
| .NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
-
.NETCoreApp 3.0
- Microsoft.Win32.SystemEvents (= 4.7.0)
-
.NETCoreApp 3.1
- Microsoft.Win32.SystemEvents (= 4.7.0)
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETFramework 4.8.1
- No dependencies.
-
net10.0-windows7.0
- No dependencies.
-
net5.0-windows7.0
- Microsoft.Win32.SystemEvents (= 5.0.0)
-
net6.0-windows7.0
- Microsoft.Win32.SystemEvents (= 7.0.0)
-
net7.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
-
net9.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on WPFDevelopers:
| Repository | Stars |
|---|---|
|
WPFDevelopersOrg/Nimble
This is a windows app shortcut widget 🔨
|
