Share via


EffectList.OuterShadow Property

OuterShadow.Represents the element tag in schema: a:outerShdw

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

Syntax

'Declaration
Public Property OuterShadow As OuterShadow
    Get
    Set
'Usage
Dim instance As EffectList
Dim value As OuterShadow

value = instance.OuterShadow

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.OuterShadow
Returns OuterShadow.

See Also

Reference

EffectList Class

EffectList Members

DocumentFormat.OpenXml.Drawing Namespace