Drawing.DiagramPersistLayoutPart Property
Gets the DiagramPersistLayoutPart associated with this element.
Namespace: DocumentFormat.OpenXml.Office.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DiagramPersistLayoutPart As DiagramPersistLayoutPart
Get
Friend Set
'Usage
Dim instance As Drawing
Dim value As DiagramPersistLayoutPart
value = instance.DiagramPersistLayoutPart
public DiagramPersistLayoutPart DiagramPersistLayoutPart { get; internal set; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart