Found 35 packages
ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET.
ResourceDictionary instances containing standard Google Material Design swatches, for inclusion in a XAML application.
Generates gramatically correct passphrases that are easy for human to remember and hard for computers to guess. For normal use, reference the "ReadablePassphrase" package. This is just the default dictionary as an embedded resource. See https://id.ligos.net/murray/ReadablePassphraseGenerator/ for PGP & Keybase signatures of nuget packages.
ResourceDictionary instances containing Material Design templates and styles for WPF controls in the MahApps library.
An msbuild task which enables the merging of WinUI XAML resource dictionaries into a single flat ResourceDictionary.
Includes Grafile sample xaml brush and drawingimage resources for WPF applications (Resource Dictionary only). Benefits of Grafile Image: Save Design Time; Save maintenance time; Get best resolution; Same Xaml image for all DPI and Resolutions; Application running faster with Ultra HD; Smaller application resources size; Theme support just a single line of code; Free collections and premium collections; Theme support. Just a sinle line of code; You can download sample C# project from http://www.grafile.com/download/GrafileDemo_1.0.0.zip
Includes Grafile sample xaml brush and drawingimage resources for WPF applications (Resource Dictionary only). Light and dark themes for a professional look and feel. Benefits of Grafile Image: Save Design Time; Save maintenance time; Get best resolution; Same Xaml image for all DPI and Resolutions; Application running faster with Ultra HD; Smaller application resources size; Theme support just a single line of code; Free collections and premium collections; Theme support. Just a sinle line of code; You can download sample C# project from http://www.grafile.com/download/GrafileDemo_1.0.0.zip
XAML ResourceDictionary containing an AccentButtonStyle for a Button.
Ccr.Xaml package for custom Xaml collection types, dependency property propogation, Xaml MarkupExtension Singleton providers, custom Resource Dictionary scoping, Fluent, genericbinding ValueConverters, and Xaml TypeConverter injection.
Empowers developers to streamline the integration of resource dictionaries in XAML-based applications by consolidating multiple resource dictionary files into a single, cohesive file during the build process using MSBuild.
Simplifies the management and organization of resources in XAML-based applications by merging multiple resource dictionary files into a single, consolidated file.
ResourceDictionary instances containing Material Design templates and styles for WPF controls in the MahApps library.
UI样式库 样式库,使用如下语句调用 ``` xml <UserControl.Resources><ResourceDictionary><ResourceDictionary.MergedDictionaries><ResourceDictionary Source="/GreenWhale.Extensions.Styles;component/Dictionary.xaml"></ResourceDictionary></ResourceDictionary.MergedDictionaries></ResourceDictionary></UserControl.Resources> ```
Contains validation attributes to decorate your classes, but using umbraco dictionary as the resource.
Various Xaml optimizations. - ResourceDictionaryCachingOptimizer - FreezeResourceOptimizer
Easily integrate dark mode styling into your WPF applications. This package offers a set of resource dictionaries and controls designed to give your application a modern dark theme. Ensure a consistent and elegant user experience across your WPF projects.
[Umbraco v9+] Contains validation attributes to decorate your classes, but using Umbraco Dictionary as the resource.
.Net resource manager allows to put ZIP files into resources and get access to included files using Dictionary. Several ZIP files can be included. Uncompressed files will be available in the same dictionary.
Plugin.Maui.Theme is a lightweight library for managing themes in .NET MAUI applications. It enables dynamic switching of styles defined in ResourceDictionary without restarting the app. The core component, ThemeService, implemented as a singleton, handles theme registration, selection, and synchronization with the application's resource dictionaries. The library supports the ThemeChanged event, notifying subscribers when the active theme changes—making it ideal for building adaptive interfaces. Initialization can be done programmatically, with automatic detection of the currently active theme at launch and the ability to set a default style. All operations are thoroughly validated to prevent errors and ensure smooth integration.
$在App.Xaml 添加 ResourceDictionary Source="pack://application:,,,/CFXJConverter.Wpf;component/Dictionary/ConverterDictionary.xaml" 对转换器资源的引用$