Back to Devexpress

ThemedSlideBackground.FillIndex Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-themedslidebackground.md

latest1.5 KB
Original Source

ThemedSlideBackground.FillIndex Property

Gets or sets the index (ranging from 1 to 999) of a fill to be applied to slides. A valid presentation must contain at least three fill elements in the theme (for example, one SolidFill and two GradientFills).

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public int FillIndex { get; set; }
vb
Public Property FillIndex As Integer

Property Value

TypeDescription
Int32

The fill index.

|

See Also

DevExpress Presentation API Library: Set Slide Background

ThemedSlideBackground Class

ThemedSlideBackground Members

DevExpress.Docs.Presentation Namespace