DiagramColorsPart.ColorsDefinition Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property ColorsDefinition As ColorsDefinition
Get
Set
'使用
Dim instance As DiagramColorsPart
Dim value As ColorsDefinition
value = instance.ColorsDefinition
instance.ColorsDefinition = value
public ColorsDefinition ColorsDefinition { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition