DrawingsPart.DiagramStyleParts Property
Gets the DiagramStyleParts of the DrawingsPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property DiagramStyleParts As IEnumerable(Of DiagramStylePart)
Get
'Usage
Dim instance As DrawingsPart
Dim value As IEnumerable(Of DiagramStylePart)
value = instance.DiagramStyleParts
public IEnumerable<DiagramStylePart> DiagramStyleParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<DiagramStylePart>