Skip to main content
All docs
V23.2

LightweightSystemTheme Methods

A WPF lightweight theme that reads the Windows app mode.
Name Description
Create(String, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) static Creates a new lightweight theme. Inherited from LightweightTheme.
CreateBasedOn(LightweightTheme, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) static Creates 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>>) static Creates a new lightweight theme that reads the Windows app mode. Inherited from LightweightTheme.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OverridePalette(LightweightTheme, String, Boolean, String, Dictionary<String, Color>) static Creates a new lightweight theme with a custom color palette. Inherited from LightweightTheme.
OverridePalette(ResourceDictionary, Dictionary<String, Color>) static Creates a new color palette based on the existing palette. Inherited from LightweightTheme.
ReferenceEquals(Object, Object) static Determines 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