EffectPropertiesType.EffectList Property
Effect Container.Represents the element tag in schema: a:effectLst
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property EffectList As EffectList
Get
Set
'Usage
Dim instance As EffectPropertiesType
Dim value As EffectList
value = instance.EffectList
instance.EffectList = value
public EffectList EffectList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.EffectList