This topic has not yet been rated - Rate this topic

ThemeColor Enumeration

Represents possible color variants for the Microsoft themes.

Namespace:  Microsoft.Windows.Themes
Assembly:  PresentationFramework.Luna (in PresentationFramework.Luna.dll)
public enum ThemeColor
<object property="enumerationMemberName" .../>
Member nameDescription
NormalColorUsed by the Luna, Aero, and Classic themes; the localized color name is Blue.
HomesteadUsed by the Luna theme; the localized color name is Olive.
MetallicUsed by the Luna theme; the localized color name is Sliver.

Each theme potentially has multiple color variants, which, presumably, are visually similar but in different colors. Luna, for example, has all three color variants: Homestead, Metallic, and NormalColor. Aero and Royale have NormalColor.

Classic doesn't have a color variant, but instead uses color schemes, including Pumpkin, Rose, and Spruce. A color scheme, unlike a color variant, defines values for each of the colors which make up the system palette as well as certain values for certain metrics like font names and sizes.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.