Table of Contents

Namespace H.Controls.Dock.Themes

Classes

DictionaryTheme

Defines a base class to implement a method for storing the current H.Controls.Dock theme that provides a XAML Uri pointing to a ResourceDictionary.

This class can be used to create customized themes by loading a <xref href="System.Windows.ResourceDictionary" data-throw-if-not-resolved="false"></xref>
from an existing theme (by using theme.GetResourceUri()), and then replacing some key colors
(typically the "Accent" colors).

See Issue https://github.com/Dirkster99/H.Controls.Dock/issues/189 for more details.
GenericTheme

Provides a base class for the implementation of a custom H.Controls.Dock WPF theme.

Theme

Provides a base class for the implementation of a custom H.Controls.Dock WPF theme.