Share via


FormatScheme.BackgroundFillStyleList Property

Background Fill Style List.Represents the element tag in schema: a:bgFillStyleLst

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property BackgroundFillStyleList As BackgroundFillStyleList
    Get
    Set
'Usage
Dim instance As FormatScheme
Dim value As BackgroundFillStyleList

value = instance.BackgroundFillStyleList

instance.BackgroundFillStyleList = value
public BackgroundFillStyleList BackgroundFillStyleList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList
Returns BackgroundFillStyleList.

See Also

Reference

FormatScheme Class

FormatScheme Members

DocumentFormat.OpenXml.Drawing Namespace