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
Related API Members
The following members return ThemeColorScheme objects:
Remarks
A theme color scheme consists of twelve colors defined by the Office Open XML standard:
- Two dark colors (Dark1 and Dark2 ) typically used for text and foreground elements.
- Two light colors (Light1 and Light2 ) typically used for backgrounds.
- Six accent colors (Accent1 through Accent6 ).
- Two hyperlink colors (Hyperlink and FollowedHyperlink ).
These colors can be referenced throughout the presentation to ensure consistent visual styling.
Implements
Inheritance
Object
PresentationObject
ThemeColorScheme
See Also