Skip to main content
All docs
V25.2
  • 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

    public sealed class ThemeFormatScheme :
        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

    Inheritance

    Object
    PresentationObject
    ThemeFormatScheme
    See Also