DiagramPersistLayoutPart.Drawing-Eigenschaft
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; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.Office.Drawing.Drawing
Siehe auch
Referenz
DiagramPersistLayoutPart Klasse