Skip to main content
All docs
V25.2
  • ThemeColorScheme Class

    Defines the color scheme for a presentation theme.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public sealed class ThemeColorScheme :
        PresentationObject

    The following members return ThemeColorScheme objects:

    Remarks

    A theme color scheme consists of twelve colors defined by the Office Open XML standard:

    These colors can be referenced throughout the presentation to ensure consistent visual styling.

    Implements

    Inheritance

    Object
    PresentationObject
    ThemeColorScheme
    See Also