Back to Devexpress

ThemeFormatScheme Class

officefileapi-devexpress-dot-docs-dot-presentation-0524b52d.md

latest2.0 KB
Original Source

ThemeFormatScheme Class

Defines the format 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 ThemeFormatScheme :
    PresentationObject
vb
Public NotInheritable Class ThemeFormatScheme
    Inherits PresentationObject

The following members return ThemeFormatScheme objects:

Remarks

A theme format scheme specifies the visual formatting properties applied to objects in a presentation, including fills, background fills, line styles, and effects. These properties define the appearance of shapes, text boxes, and other presentation elements.

Use the Fills and BackgroundFills properties to define fill styles for presentation objects. Each collection must contain at least three elements.

Implements

ICloneable

Inheritance

Object PresentationObject ThemeFormatScheme

See Also

ThemeFormatScheme Members

DevExpress.Docs.Presentation Namespace