Skip to main content
A newer version of this page is available. .

Theme Methods

A WPF theme.
Name Description
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.
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