Back to Devexpress

CustomSlideBackground.Type Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-customslidebackground-e26e00cf.md

latest1.4 KB
Original Source

CustomSlideBackground.Type Property

Gets the fill type of a slide’s custom background.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public override SlideBackgroundType Type { get; }
vb
Public Overrides ReadOnly Property Type As SlideBackgroundType

Property Value

TypeDescription
SlideBackgroundType

The fill type of a slide’s custom background.

|

Available values:

NameDescription
Custom

A slide’s custom background fill.

| | Themed |

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

|

See Also

CustomSlideBackground Class

CustomSlideBackground Members

DevExpress.Docs.Presentation Namespace