Share via


NotesSlidePart.DiagramLayoutDefinitionParts Property

Gets the DiagramLayoutDefinitionParts of the NotesSlidePart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property DiagramLayoutDefinitionParts As IEnumerable(Of DiagramLayoutDefinitionPart)
    Get
'Usage
Dim instance As NotesSlidePart
Dim value As IEnumerable(Of DiagramLayoutDefinitionPart)

value = instance.DiagramLayoutDefinitionParts
public IEnumerable<DiagramLayoutDefinitionPart> DiagramLayoutDefinitionParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<DiagramLayoutDefinitionPart>

See Also

Reference

NotesSlidePart Class

NotesSlidePart Members

DocumentFormat.OpenXml.Packaging Namespace