Share via


EffectList.InnerShadow Property

InnerShadow.Represents the element tag in schema: a:innerShdw

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

Syntax

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

value = instance.InnerShadow

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.InnerShadow
Returns InnerShadow.

See Also

Reference

EffectList Class

EffectList Members

DocumentFormat.OpenXml.Drawing Namespace