kdheath.Wpf.Resources 1.0.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Additional Details

The source repository no longer exists.

There is a newer version of this package available.
See the version list below for details.
dotnet add package kdheath.Wpf.Resources --version 1.0.3
NuGet\Install-Package kdheath.Wpf.Resources -Version 1.0.3
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="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kdheath.Wpf.Resources --version 1.0.3
#r "nuget: kdheath.Wpf.Resources, 1.0.3"
#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=1.0.3

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

About

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

Key Features

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

Change Log

  • 1.0.2
    • Package name prefix changed to kdheath.
    • Name changed from Common.Wpf with no changes to any of the namespace names.
    • Removed the DateOnlyToString, DateTimeToString, and UIntegerToString converters.
  • 1.0.1 Removed the ComboBox.xaml and DatePicker.xaml styles as they have been replaced with Custom controls.
  • 1.0.0 Package added.

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>

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.

Feedback

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

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.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 63 5/1/2024
2.0.5 101 4/1/2024
2.0.4 95 2/7/2024
2.0.3 94 1/20/2024
2.0.2 108 1/8/2024
2.0.1 211 12/8/2023
2.0.0 130 11/30/2023
1.0.4 143 11/21/2023
1.0.3 139 11/12/2023
1.0.2 132 11/11/2023