officefileapi-devexpress-dot-docs-dot-officecolor.md
Gets the theme scheme color.
Namespace : DevExpress.Docs
Assembly : DevExpress.Docs.Core.v25.2.dll
NuGet Package : DevExpress.Docs.Core
public SchemeColors SchemeColor { get; }
Public ReadOnly Property SchemeColor As SchemeColors
| Type | Description |
|---|---|
| SchemeColors |
A SchemeColors enumeration value.
|
Available values:
Show 18 items
| Name | Description |
|---|---|
| Empty |
No color.
| | Accent1 |
The first accent color.
| | Accent2 |
The second accent color.
| | Accent3 |
The third accent color.
| | Accent4 |
The fourth accent color.
| | Accent5 |
The fifth accent color.
| | Accent6 |
The sixth accent color.
| | Background1 |
The first background color.
| | Background2 |
The second background color.
| | Dark1 |
The first dark color.
| | Dark2 |
The second dark color.
| | FollowedHyperlink |
The followed hyperlink color.
| | Hyperlink |
The hyperlink color.
| | Light1 |
The first light color.
| | Light2 |
The second light color.
| | Style |
A style color.
| | Text1 |
The first text color.
| | Text2 |
The second text color.
|
See Also