CommonSlideData.Background Property

Slide Background.Represents the element tag in schema: p:bg

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

Syntax

'Declaration
Public Property Background As Background
    Get
    Set
'Usage
Dim instance As CommonSlideData
Dim value As Background

value = instance.Background

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.Background
Returns Background.

See Also

Reference

CommonSlideData Class

CommonSlideData Members

DocumentFormat.OpenXml.Presentation Namespace