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

    The base class for presentation themes.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public abstract class ThemeBase :
        PresentationObject

    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

    See Also