Table of Contents

Namespace HeBianGu.Control.Dock.Themes

Classes

DictionaryTheme

Defines a base class to implement a method for storing the current HeBianGu.Control.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/HeBianGu.Control.Dock/issues/189 for more details.
GenericTheme

Provides a base class for the implementation of a custom HeBianGu.Control.Dock WPF theme.

Theme

Provides a base class for the implementation of a custom HeBianGu.Control.Dock WPF theme.