kdheath.Wpf.Resources 2.0.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package kdheath.Wpf.Resources --version 2.0.5
NuGet\Install-Package kdheath.Wpf.Resources -Version 2.0.5
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="kdheath.Wpf.Resources" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kdheath.Wpf.Resources --version 2.0.5
#r "nuget: kdheath.Wpf.Resources, 2.0.5"
#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.
// Install kdheath.Wpf.Resources as a Cake Addin
#addin nuget:?package=kdheath.Wpf.Resources&version=2.0.5

// Install kdheath.Wpf.Resources as a Cake Tool
#tool nuget:?package=kdheath.Wpf.Resources&version=2.0.5

About

The Wpf.Resources package contains Windows Desktop resources which can be includes in .NET WPF projects.

See Change Log for all release notes.

Key Features

Custom styles for Buttons, CheckBoxes, ListViews, TabControls, and TextBoxes.

Main Types

  • RelayCommand - Classes to relay functionality to other objects by invoking delegates.
  • ConverterBase - Base class for IValueConverter classes.
  • RuleBase - Base class for validation rules.

See WPF Packages for technical documentation.

How to Use

To include the resources in a WPF project:

  • Add a reference to the Common.Wpf.Resources package.
  • Include the required resource dictionaries in the App.xaml file.
<ResourceDictionary>
  <ResourceDictionary.MergedDictionaries>
    <ResourceDictionary Source="pack://application:,,,/Common.Wpf.Resources;component/Themes/Common.xaml"/>
  </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

Feedback

This is provided as open source under the MIT license.
Bug reports and contributions are welcome in the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on kdheath.Wpf.Resources:

Package Downloads
kdheath.Wpf.Controls The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides UI controls for .NET Windows Presentation Foundation applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.6 24 5/1/2024
2.0.5 98 4/1/2024
2.0.4 92 2/7/2024
2.0.3 91 1/20/2024
2.0.2 106 1/8/2024
2.0.1 209 12/8/2023
2.0.0 129 11/30/2023
1.0.4 142 11/21/2023
1.0.3 139 11/12/2023
1.0.2 132 11/11/2023

* Added package tags.