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

    Gets the background fill type.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public override SlideBackgroundType Type { get; }

    Property Value

    Type Description
    SlideBackgroundType

    The background fill type.

    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