ThemeColor members

Represents a color in a set of base colors within the context of a ThmxTheme object. A theme color consists of a default color and an associated list of shades.

The ThemeColor type exposes the following members.

Properties

  Name Description
Public property DefaultColor Gets or sets the default color for the current theme color. The list of shades that are used depends on the default color.
Public property Shades Gets a collection consisting of six Color instances, each representing a different shade based on the default color.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetScreenNameForColor Gets the user-friendly name for the specified color.
Public methodStatic member GetShadesForColor Retrieves the list of shades to be used with the specified default color.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ThemeColor class

Microsoft.SharePoint.Utilities namespace