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" />
<PackageVersion Include="kdheath.Wpf.Resources" Version="2.0.6" />
<PackageReference Include="kdheath.Wpf.Resources" />
paket add kdheath.Wpf.Resources --version 2.0.6
#r "nuget: kdheath.Wpf.Resources, 2.0.6"
#:package kdheath.Wpf.Resources@2.0.6
#addin nuget:?package=kdheath.Wpf.Resources&version=2.0.6
#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 forIValueConverterclasses.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.Resourcespackage. - Include the required resource dictionaries in the
App.xamlfile.
<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. net9.0-windows was computed. net10.0-windows was computed. |
-
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.