DiagramPersistLayoutPart.Drawing Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Drawing As Drawing
Get
Set
'Usage
Dim instance As DiagramPersistLayoutPart
Dim value As Drawing
value = instance.Drawing
instance.Drawing = value
public Drawing Drawing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.Drawing.Drawing
See Also
Reference
DiagramPersistLayoutPart Class