Dirkster.MWindowLib
1.2.0
See the version list below for details.
dotnet add package Dirkster.MWindowLib --version 1.2.0
NuGet\Install-Package Dirkster.MWindowLib -Version 1.2.0
<PackageReference Include="Dirkster.MWindowLib" Version="1.2.0" />
paket add Dirkster.MWindowLib --version 1.2.0
#r "nuget: Dirkster.MWindowLib, 1.2.0"
// Install Dirkster.MWindowLib as a Cake Addin #addin nuget:?package=Dirkster.MWindowLib&version=1.2.0 // Install Dirkster.MWindowLib as a Cake Tool #tool nuget:?package=Dirkster.MWindowLib&version=1.2.0
MLib
MLib is a set of WPF theming libraries based on MahApps.Metro, MUI, and Infragistics Themes For Microsoft Controls.
MLib supports styling of different Window controls (MainWindow, ContentDialog, or Dialog) but does not implement this function in the core theming library.
The Window and Dialog implementation for MLib is implemented in a seperate NuGet package MWindowLib (comes without ContentDialog support)
The ContentDialog implementation is available in a seperate NuGet library package: MWindowDialogLib (Includes MWindowLib and ContentDialog support)
Features
All styles are available with a Light and Dark theme.
The framework supports a dialog service that supports ContentDialogs and Modal Dialogs using one seemless API: https://www.codeproject.com/Articles/1170500/A-ContentDialog-in-a-WPF-Desktop-Application
Supported OS
This framework is designed with Windows 10 UI guidelines in mind but it should also work for Windows 7 or 8.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Dirkster.MWindowLib:
Package | Downloads |
---|---|
WolvenKit.HLS
Package Description |
|
WolvenKit.HLSL
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Dirkster.MWindowLib:
Repository | Stars |
---|---|
Dirkster99/AvalonDock
Our own development branch of the well known WPF document docking library
|
|
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
|
Added ResizeGrip to Window and StatusBar to improve drag resize of Window control.