AvalonDock.Themes.WPFUI 1.0.4

dotnet add package AvalonDock.Themes.WPFUI --version 1.0.4                
NuGet\Install-Package AvalonDock.Themes.WPFUI -Version 1.0.4                
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="AvalonDock.Themes.WPFUI" Version="1.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AvalonDock.Themes.WPFUI --version 1.0.4                
#r "nuget: AvalonDock.Themes.WPFUI, 1.0.4"                
#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 AvalonDock.Themes.WPFUI as a Cake Addin
#addin nuget:?package=AvalonDock.Themes.WPFUI&version=1.0.4

// Install AvalonDock.Themes.WPFUI as a Cake Tool
#tool nuget:?package=AvalonDock.Themes.WPFUI&version=1.0.4                

AvalonDock.Themes.WPFUI

NuGet Version

AvalonDock.Themes.WPFUI is a theme library for AvalonDock based on WPF-UI.

Installation

dotnet add package AvalonDock.Themes.WPFUI

Usage

// App.xaml
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ui:ThemesDictionary Theme="Unknown" />
            <ui:ControlsDictionary />
    </ResourceDictionary.MergedDictionaries>
</Application.Resources>
// Use WPFUITheme in DockingManager
xmlns:wpfui="clr-namespace:AvalonDock.Themes.WPFUI;assembly=AvalonDock.Themes.WPFUI"

<DockingManager>
    <DockingManager.Theme>
        <wpfui:WPFUITheme />
    </DockingManager.Theme>
</DockingManager>

Screenshots

Light Dark
image image
image image
image image
image image

References

Version History

  • 1.0.4

    • Ajust the display level of LayoutGridResizerControl, it can be dragged better.
  • 1.0.3

    • Ajust the layout of TabHeader in LayoutAnchorablePaneControl.
    • Simplify the style dictionary of TabHeader.
    • Complete the menu style of DocumentPane.
    • Fix some style issues.
  • 1.0.2

    • Add more framework support.
  • 1.0.1

    • Split style dictionary.
    • Improve NavigatorWindow style.
    • Fix some style issues.
  • 1.0.0

    • Initial release.
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows7.0 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 79 12/20/2024
1.0.3 76 12/19/2024
1.0.2 68 12/19/2024
1.0.1 69 12/18/2024
1.0.0 72 12/18/2024