kdheath.Wpf.Resources
2.0.6
Prefix Reserved
dotnet add package kdheath.Wpf.Resources --version 2.0.6
NuGet\Install-Package kdheath.Wpf.Resources -Version 2.0.6
<PackageReference Include="kdheath.Wpf.Resources" Version="2.0.6" />
paket add kdheath.Wpf.Resources --version 2.0.6
#r "nuget: kdheath.Wpf.Resources, 2.0.6"
// Install kdheath.Wpf.Resources as a Cake Addin #addin nuget:?package=kdheath.Wpf.Resources&version=2.0.6 // Install kdheath.Wpf.Resources as a Cake Tool #tool nuget:?package=kdheath.Wpf.Resources&version=2.0.6
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 forIValueConverter
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 | Versions 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. |
-
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
Provides UI controls for .NET Windows Presentation Foundation applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Include documentation files in release build packages.