ThemeColor Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
DefaultColor | Gets or sets the default color for the current theme color. The list of shades that are used depends on the default color. | |
Shades | Gets a collection consisting of six Color instances, each representing a different shade based on the default color. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetScreenNameForColor | Gets the user-friendly name for the specified color. | |
GetShadesForColor | Retrieves the list of shades to be used with the specified default color. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top