Class ThemeTypeExtension
- Namespace
- H.Themes.Extensions
- Assembly
- H.Theme.dll
public static class ThemeTypeExtension
- Inheritance
-
ThemeTypeExtension
- Inherited Members
-
Methods
ChangeFontSizeThemeType(FontSizeThemeType)
public static void ChangeFontSizeThemeType(this FontSizeThemeType n)
Parameters
n
FontSizeThemeType
ChangeLayoutThemeType(LayoutThemeType)
public static void ChangeLayoutThemeType(this LayoutThemeType n)
Parameters
n
LayoutThemeType
ChangeResourceDictionary(ResourceDictionary, Func<ResourceDictionary, bool>, bool)
public static void ChangeResourceDictionary(this ResourceDictionary n, Func<ResourceDictionary, bool> predicate, bool force = false)
Parameters
n
ResourceDictionary
predicate
Func<ResourceDictionary, bool>
force
bool
GetFontSizeResource(FontSizeThemeType)
public static ResourceDictionary GetFontSizeResource(this FontSizeThemeType type)
Parameters
type
FontSizeThemeType
Returns
- ResourceDictionary
GetLayoutResource(LayoutThemeType)
public static ResourceDictionary GetLayoutResource(this LayoutThemeType type)
Parameters
type
LayoutThemeType
Returns
- ResourceDictionary
GetSystemsResource()
public static ResourceDictionary GetSystemsResource()
Returns
- ResourceDictionary
RefreshBrushResourceDictionary()
public static void RefreshBrushResourceDictionary()
RefreshResourceDictionary(ResourceDictionary)
public static void RefreshResourceDictionary(this ResourceDictionary n)
Parameters
n
ResourceDictionary