WPFDevelopers 0.0.0.3-preview3

This is a prerelease version of WPFDevelopers.
There is a newer version of this package available.
See the version list below for details.
dotnet add package WPFDevelopers --version 0.0.0.3-preview3
                    
NuGet\Install-Package WPFDevelopers -Version 0.0.0.3-preview3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WPFDevelopers" Version="0.0.0.3-preview3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WPFDevelopers" Version="0.0.0.3-preview3" />
                    
Directory.Packages.props
<PackageReference Include="WPFDevelopers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WPFDevelopers --version 0.0.0.3-preview3
                    
#r "nuget: WPFDevelopers, 0.0.0.3-preview3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WPFDevelopers@0.0.0.3-preview3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WPFDevelopers&version=0.0.0.3-preview3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=WPFDevelopers&version=0.0.0.3-preview3&prerelease
                    
Install as a Cake Tool

WPFDevelopers

This is a UI library for WPF developers based on WPF custom advanced controls. Welcome to use..

[Github] [Gitee]

Usage

Step 1: Add nuget;

Install-Package WPFDevelopers -Version 0.0.0.3-preview3

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 will follow the system theme (for Windows 10 and above), automatically switching between Light or Dark mode.
  • To manually set to Light mode, use Theme="Light".
  • You can also customize the accent color using Color="Fuchsia" (for example, set to Fuchsia)
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
                <wd:Resources />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

QQ Group:929469013 | 340500857 | 458041663

WeChat Public Account:

alternate text is missing from this package README image

Product 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

  • .NETCoreApp 3.1

  • .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.
  • net5.0-windows7.0

  • net6.0-windows7.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 🔨
Version Downloads Last Updated
0.0.0.3 202 4/18/2026
0.0.0.3-rc.1 80 4/5/2026
0.0.0.3-preview3 131 2/26/2026
0.0.0.3-preview2 217 1/22/2026
0.0.0.3-preview1 121 12/27/2025
0.0.0.2 1,092 8/10/2025
0.0.0.1 1,671 10/14/2024
Loading failed