Theme Methods
A WPF theme.| Name | Description |
|---|---|
| ClearPaletteThemeCache() static | Removes the directory specified in the PaletteThemeCacheDirectory property. |
| CreateTheme(ThemePaletteBase, Theme, String, String, String, Uri, Uri, Uri) static | Creates a new Theme with the specified settings. |
| CreateTheme(Win10Palette) static | Creates a new Theme with a Win10Palette. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FindTheme(String) static | Returns a theme with the specified name. |
| GetBaseThemeName(String) static | Returns the name of the base theme. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetThemeNameByGuid(String) static | Gets the name of a theme by its Guid. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsDefaultTheme(String) static | Returns whether the specified theme is the default one. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RegisterPredefinedPaletteThemes() static | Registers predefined palette themes. |
| RegisterTheme(Theme) static | Registers the specified theme in the ThemeManager. |
| RemoveAllCustomThemes() static | Unregisters all manually registered themes from the ThemeManager. |
| RemoveTheme(String) static | Unregisters a theme from the ThemeManager. |
| ToString() | Returns the textual representation of the Theme object. |
See Also