Share via


DataModelRoot.Background Property

Background Formatting.Represents the element tag in schema: dgm:bg

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

Syntax

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

value = instance.Background

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Diagrams.Background

See Also

Reference

DataModelRoot Class

DataModelRoot Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace