Click or drag to resize

IThemeResourceProviderLoadThemeResources Method

Called by the styles to loads the theme specific resources.

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
void LoadThemeResources(
	ResourceDictionary resource
)

Parameters

resource  ResourceDictionary
The resource where the provider can add the theme specific resource.
See Also