Back to Devexpress

ThemeColorScheme Class

officefileapi-devexpress-dot-docs-dot-presentation-189386ea.md

latest2.4 KB
Original Source

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

csharp
public sealed class ThemeColorScheme :
    PresentationObject
vb
Public NotInheritable Class ThemeColorScheme
    Inherits 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

ICloneable

Inheritance

Object PresentationObject ThemeColorScheme

See Also

ThemeColorScheme Members

DevExpress.Docs.Presentation Namespace