In This Article

ThemeNames Class

Specifies commonly-used theme names that have predefined default theme definitions available in ThemeManager.

public static class ThemeNames
Inheritance:
Object Object

Fields

AeroNormalColor

A theme that mimics the Windows 7 Aero appearance. The default implementation of this theme is in a separate ActiproSoftware.Themes.Aero.Wpf assembly and requires a special ThemesAeroThemeCatalogRegistrar.Register() method call prior to use.

public const string AeroNormalColor = "AeroNormalColor"

Black

A very dark theme.

public const string Black = "Black"

Custom

A custom theme. No special default theme definition is set for this theme name since it is purely intended for a custom theme definition.

public const string Custom = "Custom"

Dark

A dark theme.

public const string Dark = "Dark"

HighContrast

A special theme that is made purely of system colors, and is only meant for usage when the operating system is in high-contrast mode.

public const string HighContrast = "HighContrast"

Light

A light theme.

public const string Light = "Light"

MetroBlack

A very dark theme in Metro style with minimal borders.

public const string MetroBlack = "MetroBlack"

MetroDark

A dark theme in Metro style with minimal borders.

public const string MetroDark = "MetroDark"

MetroLight

A light theme in Metro style with minimal borders.

public const string MetroLight = "MetroLight"

MetroWhite

A white theme in Metro style with minimal borders.

public const string MetroWhite = "MetroWhite"

Office2010Black

A theme that mimics the black Office 2010 Aero-style appearance. The default implementation of this theme is in a separate ActiproSoftware.Themes.Aero.Wpf assembly and requires a special ThemesAeroThemeCatalogRegistrar.Register() method call prior to use.

public const string Office2010Black = "Office2010Black"

Office2010Blue

A theme that mimics the blue Office 2010 Aero-style appearance. The default implementation of this theme is in a separate ActiproSoftware.Themes.Aero.Wpf assembly and requires a special ThemesAeroThemeCatalogRegistrar.Register() method call prior to use.

public const string Office2010Blue = "Office2010Blue"

Office2010Silver

A theme that mimics the silver Office 2010 Aero-style appearance. The default implementation of this theme is in a separate ActiproSoftware.Themes.Aero.Wpf assembly and requires a special ThemesAeroThemeCatalogRegistrar.Register() method call prior to use.

public const string Office2010Silver = "Office2010Silver"

OfficeColorfulBlue

A light theme in Office style with blue accents.

public const string OfficeColorfulBlue = "OfficeColorfulBlue"

OfficeColorfulGreen

A light theme in Office style with green accents.

public const string OfficeColorfulGreen = "OfficeColorfulGreen"

OfficeColorfulIndigo

A light theme in Office style with indigo accents.

public const string OfficeColorfulIndigo = "OfficeColorfulIndigo"

OfficeColorfulOrange

A light theme in Office style with orange accents.

public const string OfficeColorfulOrange = "OfficeColorfulOrange"

OfficeColorfulPink

A light theme in Office style with pink accents.

public const string OfficeColorfulPink = "OfficeColorfulPink"

OfficeColorfulPurple

A light theme in Office style with purple accents.

public const string OfficeColorfulPurple = "OfficeColorfulPurple"

OfficeColorfulRed

A light theme in Office style with red accents.

public const string OfficeColorfulRed = "OfficeColorfulRed"

OfficeColorfulTeal

A light theme in Office style with teal accents.

public const string OfficeColorfulTeal = "OfficeColorfulTeal"

OfficeColorfulYellow

A light theme in Office style with yellow accents.

public const string OfficeColorfulYellow = "OfficeColorfulYellow"

OfficeWhiteBlue

A white theme in Office style with blue accents.

public const string OfficeWhiteBlue = "OfficeWhiteBlue"

OfficeWhiteGreen

A white theme in Office style with green accents.

public const string OfficeWhiteGreen = "OfficeWhiteGreen"

OfficeWhiteIndigo

A white theme in Office style with indigo accents.

public const string OfficeWhiteIndigo = "OfficeWhiteIndigo"

OfficeWhiteOrange

A white theme in Office style with orange accents.

public const string OfficeWhiteOrange = "OfficeWhiteOrange"

OfficeWhitePink

A white theme in Office style with pink accents.

public const string OfficeWhitePink = "OfficeWhitePink"

OfficeWhitePurple

A white theme in Office style with purple accents.

public const string OfficeWhitePurple = "OfficeWhitePurple"

OfficeWhiteRed

A white theme in Office style with red accents.

public const string OfficeWhiteRed = "OfficeWhiteRed"

OfficeWhiteTeal

A white theme in Office style with teal accents.

public const string OfficeWhiteTeal = "OfficeWhiteTeal"

OfficeWhiteYellow

A white theme in Office style with yellow accents.

public const string OfficeWhiteYellow = "OfficeWhiteYellow"

White

A white theme.

public const string White = "White"

Inherited Members