Share via


DiagramLayoutDefinitionPart.ImageParts Property

Gets the ImageParts of the DiagramLayoutDefinitionPart.

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

Syntax

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

value = instance.ImageParts
public IEnumerable<ImagePart> ImageParts { get; }

Property Value

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

See Also

Reference

DiagramLayoutDefinitionPart Class

DiagramLayoutDefinitionPart Members

DocumentFormat.OpenXml.Packaging Namespace