Click or drag to resize

IThemeResourceProvider Interface

The interface to be implemented and exported by application specific theme resource providers. Theme resource providers can load additional theme specific resources into the resource dictionary.

Namespace: TomsToolbox.Wpf.Composition.Styles
Assembly: TomsToolbox.Wpf.Composition.Styles (in TomsToolbox.Wpf.Composition.Styles.dll) Version: 2.20.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IThemeResourceProvider

The IThemeResourceProvider type exposes the following members.

Methods
 NameDescription
Public methodLoadThemeResources Called by the styles to loads the theme specific resources.
Top
See Also