Skip to main content
All docs
V23.2

LightweightTheme Methods

A WPF lightweight theme.
Name Description
Create(String, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) static Creates a new lightweight theme.
CreateBasedOn(LightweightTheme, String, LightweightThemeAssembly, Func<LightweightTheme, ResourceDictionary>) static Creates a new lightweight theme based on an existing theme.
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.
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.
OverridePalette(ResourceDictionary, Dictionary<String, Color>) static Creates a new color palette based on the existing palette.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the theme Name.
See Also