Share via


FormatScheme.EffectStyleList Property

Effect Style List.Represents the element tag in schema: a:effectStyleLst

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property EffectStyleList As EffectStyleList
    Get
    Set
'Usage
Dim instance As FormatScheme
Dim value As EffectStyleList

value = instance.EffectStyleList

instance.EffectStyleList = value
public EffectStyleList EffectStyleList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.EffectStyleList
Returns EffectStyleList.

See Also

Reference

FormatScheme Class

FormatScheme Members

DocumentFormat.OpenXml.Drawing Namespace