Back to Devexpress

LightweightSystemTheme Methods

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

latest4.9 KB
Original Source

LightweightSystemTheme Methods

A WPF lightweight theme that reads the Windows app mode.

NameDescription
Create(String, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) staticCreates a new lightweight theme. Inherited from LightweightTheme.
CreateBasedOn(LightweightTheme, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) staticCreates a new lightweight theme based on an existing theme. Inherited from LightweightTheme.
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. Inherited from LightweightTheme.
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. Inherited from LightweightTheme.
OverridePalette(LightweightTheme, String, String, ResourceDictionary) staticInherited from LightweightTheme.
OverridePalette(ResourceDictionary, Dictionary<String, Color>) staticCreates a new color palette based on the existing palette. Inherited from LightweightTheme.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the theme Name. Inherited from LightweightTheme.
UpdateEffectiveTheme()For internal use.

See Also

LightweightSystemTheme Class

LightweightSystemTheme Members

DevExpress.Xpf.Core Namespace