Share via


Settings.DisplayBackgroundShape Property

Display Background Objects When Displaying Document.Represents the element tag in schema: w:displayBackgroundShape

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

Syntax

'Declaration
Public Property DisplayBackgroundShape As DisplayBackgroundShape
    Get
    Set
'Usage
Dim instance As Settings
Dim value As DisplayBackgroundShape

value = instance.DisplayBackgroundShape

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape

See Also

Reference

Settings Class

Settings Members

DocumentFormat.OpenXml.Wordprocessing Namespace