Back to Devexpress

ThemeBase Class

officefileapi-devexpress-dot-docs-dot-presentation-6e260a53.md

latest1.9 KB
Original Source

ThemeBase Class

The base class for presentation themes.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public abstract class ThemeBase :
    PresentationObject
vb
Public MustInherit Class ThemeBase
    Inherits 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

ICloneable

Inheritance

Object PresentationObject ThemeBase Theme

ThemeOverride

See Also

ThemeBase Members

DevExpress.Docs.Presentation Namespace