ThemeColorScheme Members
Specifies document theme colors.Constructors
| Name | Description |
|---|---|
| ThemeColorScheme() | Initializes a new ThemeColorScheme class instance. |
Properties
| Name | Description |
|---|---|
| Accent1 | Gets or sets the Accent 1 theme color. |
| Accent2 | Gets or sets the Accent 2 theme color. |
| Accent3 | Gets or sets the Accent 3 theme color. |
| Accent4 | Gets or sets the Accent 4 theme color. |
| Accent5 | Gets or sets the Accent 5 theme color. |
| Accent6 | Gets or sets the Accent 6 theme color. |
| Dark1 | Gets or sets the Dark 1 text/background color. |
| Dark2 | Gets or sets the Dark 2 text/background color. |
| FollowedHyperlink | Gets or sets the theme color for a clicked hyperlink. |
| Hyperlink | Gets or sets the theme color for a hyperlink. |
| Light1 | Gets or sets the Light 1 text/background color. |
| Light2 | Gets or sets the Light 2 text/background color. |
| Name | Gets or sets the name of the theme color scheme. |
Methods
| Name | Description |
|---|---|
| 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