ThemeBase Class
The base class for presentation themes.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
Declaration
Related API Members
The following members return ThemeBase objects:
Remarks
A presentation theme is a set of colors, fonts, and visual effects that defines a presentation appearance. Every presentation has an associated theme that specifies color schemes, font schemes, and format schemes for slides and their elements.
Use the ColorScheme, FontScheme, and FormatScheme properties to access and customize theme settings.
Implements
Inheritance
See Also