Skip to main content
All docs
V25.1
  • SlideBackground.Type Property

    Gets the fill type of the slide background (themed or custom).

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public abstract SlideBackgroundType Type { get; }

    Property Value

    Type Description
    SlideBackgroundType

    The fill type of the slide background.

    Available values:

    Name Description
    Custom

    A slide’s custom background fill.

    Themed

    A slide’s background fill based on the theme defined in the slide master.

    See Also