Skip to main content
All docs
V25.2
  • OfficeColor.SchemeColor Property

    Gets the theme scheme color.

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public SchemeColors SchemeColor { get; }

    Property Value

    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.

    The followed hyperlink color.

    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