SlideLayoutPart.DiagramColorsParts Property
Gets the DiagramColorsParts of the SlideLayoutPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public ReadOnly Property DiagramColorsParts As IEnumerable(Of DiagramColorsPart)
Get
用法
Dim instance As SlideLayoutPart
Dim value As IEnumerable(Of DiagramColorsPart)
value = instance.DiagramColorsParts
public IEnumerable<DiagramColorsPart> DiagramColorsParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<DiagramColorsPart>