Found 71 packages
Azure Functions V4 in Isolated mode extension to enable authentication and authorization on a per function basis based on ASPNET Core frameworks.
.NET for Android and MAUI bindings for the Android Java library 'androidx.appcompat:appcompat'. Library description: Provides backwards-compatible implementations of UI-related Android SDK functionality, including dark mode and Material theming.
The Xamarin.Forms MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented thanks to the RealtimeBlurView from Tu Yimin (mmin18). Mandatory initialization on iOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.iOS.iOSMaterialFrameRenderer.Init(); Mandatory initialization on macOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.macOS.macOSMaterialFrameRenderer.Init(); Mandatory initialization on UWP: var rendererAssemblies = new[] { typeof(UWPMaterialFrameRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);
Enable native Windows dark mode for your WPF and Windows Forms title bars.
Package Description
The MAUI MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented with StackBlur algorithm - a pure C# implementation that works on all Android versions including 15+ with 16KB page size. ## Installation * In Core project, in `MauiProgram.cs`: ```csharp public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() .UseSharpnadoMaterialFrame(loggerEnabled: false); } ```
Dark themed control and docking library for .NET WinForms based on Robin Perris' DarkUI
Package Description
This library contains the shared models and logic for the client and server library.
Applies a dark theme to the titlebar of Win32 windows via window handles (HWND).
A code model for western music concepts.
Package Description
A WPF Library that implement an easy way to use Mica material without WinUI.
Applies a dark theme to the titlebar of Win32 windows (for WinUI 3). Can also be toggled automatically whenever the system-wide application theme changes.
Applies a dark theme to the titlebar of Win32 windows (for WPF). Can also be toggled automatically whenever the system-wide application theme changes.
Applies a dark theme to the titlebar of Win32 windows (for Windows Forms). Can also be toggled automatically whenever the system-wide application theme changes.
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.
Toggle light/dark visual override for Xamarin apps from the IDE. Install the companion IDE plugin to use this.
MLib is a set of WPF theming libraries based on MahApps.Metro and MUI
DarkUIModern is a fork of the DarkUI WindowsForms library created by RobinPerris, updated for modern .NET 8.0