officefileapi-devexpress-dot-docs-dot-presentation-0524b52d.md
Defines the format scheme for a presentation theme.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public sealed class ThemeFormatScheme :
PresentationObject
Public NotInheritable Class ThemeFormatScheme
Inherits PresentationObject
The following members return ThemeFormatScheme objects:
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.
Object PresentationObject ThemeFormatScheme
See Also