kdheath.Wpf.Resources
1.0.2
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.
See the version list below for details.
dotnet add package kdheath.Wpf.Resources --version 1.0.2
NuGet\Install-Package kdheath.Wpf.Resources -Version 1.0.2
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.2" />
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.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: kdheath.Wpf.Resources, 1.0.2"
#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.2 // Install kdheath.Wpf.Resources as a Cake Tool #tool nuget:?package=kdheath.Wpf.Resources&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
, andUIntegerToString
converters.
- 1.0.1 Removed the
ComboBox.xaml
andDatePicker.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 forIValueConverter
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 | Versions 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
Provides UI controls for .NET Windows Presentation Foundation applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.