Back to Devexpress

OfficeColor.SchemeColor Property

officefileapi-devexpress-dot-docs-dot-officecolor.md

latest1.8 KB
Original Source

OfficeColor.SchemeColor Property

Gets the theme scheme color.

Namespace : DevExpress.Docs

Assembly : DevExpress.Docs.Core.v25.2.dll

NuGet Package : DevExpress.Docs.Core

Declaration

csharp
public SchemeColors SchemeColor { get; }
vb
Public ReadOnly Property SchemeColor As SchemeColors

Property Value

TypeDescription
SchemeColors

A SchemeColors enumeration value.

|

Available values:

Show 18 items

NameDescription
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

OfficeColor Class

OfficeColor Members

DevExpress.Docs Namespace