DocumentBackground.Background Property
Background.Represents the element tag in schema: v:background
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Background As Background
Get
Set
'Usage
Dim instance As DocumentBackground
Dim value As Background
value = instance.Background
instance.Background = value
public Background Background { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Vml.Background