Share via


VmlDrawingPart.LegacyDiagramTextParts Property

Gets the LegacyDiagramTextParts of the VmlDrawingPart.

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

Syntax

'Declaration
Public ReadOnly Property LegacyDiagramTextParts As IEnumerable(Of LegacyDiagramTextPart)
    Get
'Usage
Dim instance As VmlDrawingPart
Dim value As IEnumerable(Of LegacyDiagramTextPart)

value = instance.LegacyDiagramTextParts
public IEnumerable<LegacyDiagramTextPart> LegacyDiagramTextParts { get; }

Property Value

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

See Also

Reference

VmlDrawingPart Class

VmlDrawingPart Members

DocumentFormat.OpenXml.Packaging Namespace