Back to Devexpress

SchemeColors Enum

officefileapi-devexpress-dot-docs-6b1f04e3.md

latest1.6 KB
Original Source

SchemeColors Enum

Lists color values from a theme color scheme.

Namespace : DevExpress.Docs

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

NuGet Package : DevExpress.Docs.Core

Declaration

csharp
public enum SchemeColors
vb
Public Enum SchemeColors

Members

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.

|

The following properties accept/return SchemeColors values:

See Also

DevExpress.Docs Namespace