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