ThemeColorScheme Members
Defines the color scheme for a presentation theme.Constructors
| Name | Description |
|---|---|
| ThemeColorScheme() | Initializes a new instance of the ThemeColorScheme class. |
Properties
| Name | Description |
|---|---|
| Accent1 | Gets or sets the first accent color in the theme color scheme. |
| Accent2 | Gets or sets the second accent color in the theme color scheme. |
| Accent3 | Gets or sets the third accent color in the theme color scheme. |
| Accent4 | Gets or sets the fourth accent color in the theme color scheme. |
| Accent5 | Gets or sets the fifth accent color in the theme color scheme. |
| Accent6 | Gets or sets the sixth accent color in the theme color scheme. |
| Dark1 | Gets or sets the first dark color in the theme color scheme. |
| Dark2 | Gets or sets the second dark color in the theme color scheme. |
| FollowedHyperlink | Gets or sets the color for visited (followed) hyperlinks in the theme color scheme. |
| Hyperlink | Gets or sets the color for hyperlinks in the theme color scheme. |
| Light1 | Gets or sets the first light color in the theme color scheme. |
| Light2 | Gets or sets the second light color in the theme color scheme. |
| Name | Gets or sets the color scheme name. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the current object. |
| 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. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also