ColorTransformStyleLabel.EffectColorList Property
Effect Color List.Represents the element tag in schema: dgm:effectClrLst
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property EffectColorList As EffectColorList
Get
Set
'Usage
Dim instance As ColorTransformStyleLabel
Dim value As EffectColorList
value = instance.EffectColorList
instance.EffectColorList = value
public EffectColorList EffectColorList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList
See Also
Reference
ColorTransformStyleLabel Class