Skip to main content
All docs
V23.2

LightweightSystemTheme Members

A WPF lightweight theme that reads the Windows app mode.

Fields

Name Description
Office2019Black static The Office2019Black theme. Inherited from LightweightTheme.
Office2019BlackBrickwork static The Office2019Black theme with the Brickwork palette. Inherited from LightweightTheme.
Office2019BlackCobaltBlue static The Office2019Black theme with the CobaltBlue palette. Inherited from LightweightTheme.
Office2019BlackDarkLilac static The Office2019Black theme with the DarkLilac palette. Inherited from LightweightTheme.
Office2019BlackEnhancedContrast static The Office2019Black theme with the EnhancedContrast palette. Inherited from LightweightTheme.
Office2019BlackRedWine static The Office2019Black theme with the RedWine palette. Inherited from LightweightTheme.
Office2019BlackSpruceLeaves static The Office2019Black theme with the SpruceLeaves palette. Inherited from LightweightTheme.
Office2019BlackTurquoise static The Office2019Black theme with the Turquoise palette. Inherited from LightweightTheme.
Office2019Colorful static The Office2019Colorful theme. Inherited from LightweightTheme.
Office2019ColorfulBrickwork static The Office2019Colorful theme with the Brickwork palette. Inherited from LightweightTheme.
Office2019ColorfulCobaltBlue static The Office2019Colorful theme with the CobaltBlue palette. Inherited from LightweightTheme.
Office2019ColorfulDarkLilac static The Office2019Colorful theme with the DarkLilac palette. Inherited from LightweightTheme.
Office2019ColorfulEnhancedContrast static The Office2019Colorful theme with the EnhancedContrast palette. Inherited from LightweightTheme.
Office2019ColorfulRedWine static The Office2019Colorful theme with the RedWine palette. Inherited from LightweightTheme.
Office2019ColorfulSpruceLeaves static The Office2019Colorful theme with the SpruceLeaves palette. Inherited from LightweightTheme.
Office2019ColorfulTurquoise static The Office2019Colorful theme with the Turquoise palette. Inherited from LightweightTheme.
Office2019HighContrast static The Office2019HighContrast theme. Inherited from LightweightTheme.
Office2019System static The theme that applies the Office2019Black or Office2019Colorful theme based on the Windows app mode. Inherited from LightweightTheme.
VS2019Blue static The VS2019Blue theme. Inherited from LightweightTheme.
VS2019BlueEnhancedContrast static The VS2019Blue theme with the EnhancedContrast palette. Inherited from LightweightTheme.
VS2019BlueLatte static The VS2019Blue theme with the Latte palette. Inherited from LightweightTheme.
VS2019BlueNavy static The VS2019Blue theme with the Navy palette. Inherited from LightweightTheme.
VS2019Dark static The VS2019Dark theme. Inherited from LightweightTheme.
VS2019DarkBlueberryCake static The VS2019Dark theme with the BlueberryCake palette. Inherited from LightweightTheme.
VS2019DarkDeepSea static The VS2019Dark theme with the DeepSea palette. Inherited from LightweightTheme.
VS2019DarkDimmed static The VS2019Dark theme with the Dimmed palette. Inherited from LightweightTheme.
VS2019DarkEnhancedContrast static The VS2019Dark theme with the EnhancedContrast palette. Inherited from LightweightTheme.
VS2019DarkSand static The VS2019Dark theme with the Sand palette. Inherited from LightweightTheme.
VS2019DarkStorm static The VS2019Dark theme with the Storm palette. Inherited from LightweightTheme.
VS2019Light static The VS2019Light theme. Inherited from LightweightTheme.
VS2019LightBerberis static The VS2019Light theme with the Berberis palette. Inherited from LightweightTheme.
VS2019LightCornflower static The VS2019Light theme with the Cornflower palette. Inherited from LightweightTheme.
VS2019LightEmeraldSea static The VS2019Light theme with the EmeraldSea palette. Inherited from LightweightTheme.
VS2019LightEnhancedContrast static The VS2019Light theme with the EnhancedContrast palette. Inherited from LightweightTheme.
VS2019LightLightLilac static The VS2019Light theme with the LightLilac palette. Inherited from LightweightTheme.
VS2019LightLoft static The VS2019Light theme with the Loft palette. Inherited from LightweightTheme.
VS2019System static The theme that applies the VS2019Dark or VS2019Light theme based on the Windows app mode. Inherited from LightweightTheme.
Win10Dark static The Win10Dark theme. Inherited from LightweightTheme.
Win10Light static The Win10Light theme. Inherited from LightweightTheme.
Win10System static The theme that applies the Win10Dark or Win10Light theme based on the Windows app mode. Inherited from LightweightTheme.
Win10SystemColors static The theme that applies the Win10Dark or Win10Light theme based on the Windows app mode. This theme also gets the Windows accent color and applies it to your application. Inherited from LightweightTheme.
Win11Dark static The Win11Dark theme. Inherited from LightweightTheme.
Win11Light static The Win11Light theme. Inherited from LightweightTheme.
Win11System static The theme that applies the Win11Dark or Win11Light theme based on the Windows app mode. Inherited from LightweightTheme.

Properties

Name Description
Assembly Gets information about the assembly that contains the theme. Inherited from LightweightTheme.
BaseName Gets the name of the Base theme. Inherited from LightweightTheme.
Category Gets the user-friendly theme category name. Inherited from LightweightTheme.
CategoryName Gets the theme category name. Inherited from LightweightTheme.
Dark Gets the theme applied for the Dark app mode.
DisplayCategory Gets or sets the user-friendly theme category name. Inherited from LightweightTheme.
DisplayName Gets or sets the user-friendly theme name. Inherited from LightweightTheme.
EffectiveTheme Gets the applied theme (Dark, Light, or HighContrast).
HighContrast Gets the theme applied if the High Contrast option is enabled.
IsPaletteTheme Gets whether the theme is a palette theme. Inherited from LightweightTheme.
IsSystemColorsTheme Gets whether the Windows accent color is applied to the theme.
LargeGlyph Gets or sets the theme’s large icon. Inherited from LightweightTheme.
Light Gets the theme applied for the Light app mode.
Name Gets the theme name. Inherited from LightweightTheme.
Palette Gets the theme color palette. Inherited from LightweightTheme.
PaletteName Gets or sets the name of the predefined palette applied to the theme. Inherited from LightweightTheme.
ShowInThemeSelector Gets or sets whether to display the theme in the theme selector. Inherited from LightweightTheme.
SmallGlyph Gets or sets the theme’s small icon. Inherited from LightweightTheme.
SvgGlyph Gets or sets the theme’s SVG icon. Inherited from LightweightTheme.
SvgPalette Gets or sets the color palette for the SvgGlyph. Inherited from LightweightTheme.

Methods

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