Back to Devexpress

LightweightTheme Methods

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

latest4.2 KB
Original Source

LightweightTheme Methods

A WPF lightweight theme.

NameDescription
Create(String, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) staticCreates a new lightweight theme.
CreateBasedOn(LightweightTheme, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) staticCreates a new lightweight theme based on an existing theme.
CreateSystemTheme(String, LightweightTheme, LightweightTheme, LightweightTheme, Func<Color, Dictionary<String, Color>>, Func<Color, Dictionary<String, Color>>) staticCreates a new lightweight theme that reads the Windows app mode.
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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
OverridePalette(LightweightTheme, String, Boolean, String, Dictionary<String, Color>) staticCreates a new lightweight theme with a custom color palette.
OverridePalette(LightweightTheme, String, String, ResourceDictionary) static
OverridePalette(ResourceDictionary, Dictionary<String, Color>) staticCreates a new color palette based on the existing palette.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the theme Name.

See Also

LightweightTheme Class

LightweightTheme Members

DevExpress.Xpf.Core Namespace