HandoutMasterPart.DiagramStyleParts Property

Gets the DiagramStyleParts of the HandoutMasterPart.

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 HandoutMasterPart
Dim value As IEnumerable(Of DiagramStylePart)

value = instance.DiagramStyleParts
public IEnumerable<DiagramStylePart> DiagramStyleParts { get; }

Property Value

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

See Also

Reference

HandoutMasterPart Class

HandoutMasterPart Members

DocumentFormat.OpenXml.Packaging Namespace