Back to Devexpress

Theme Methods

wpf-devexpress-dot-xpf-dot-core-dot-theme-dot-underscore-methods.md

latest4.2 KB
Original Source

Theme Methods

A WPF theme.

NameDescription
ClearPaletteThemeCache() staticRemoves the directory specified in the PaletteThemeCacheDirectory property.
CreateTheme(ThemePaletteBase, Theme, String, String, String, Uri, Uri, Uri) staticCreates a new Theme with the specified settings.
CreateTheme(Win10Palette) staticCreates a new Theme with a Win10Palette.
Equals(Object, Object) staticDetermines 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) staticReturns a theme with the specified name.
GetBaseThemeName(String) staticReturns the name of the base theme.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetThemeNameByGuid(String) staticGets the name of a theme by its Guid.
GetType()Gets the Type of the current instance. Inherited from Object.
IsDefaultTheme(String) staticReturns whether the specified theme is the default one.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterPredefinedPaletteThemes() staticRegisters predefined palette themes.
RegisterTheme(Theme) staticRegisters the specified theme in the ThemeManager.
RemoveAllCustomThemes() staticUnregisters all manually registered themes from the ThemeManager.
RemoveTheme(String) staticUnregisters a theme from the ThemeManager.
ToString()Returns the textual representation of the Theme object.

See Also

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace