ShapeStyle.EffectReference Property

EffectReference.Represents the element tag in schema: a:effectRef

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

Syntax

'Declaration
Public Property EffectReference As EffectReference
    Get
    Set
'Usage
Dim instance As ShapeStyle
Dim value As EffectReference

value = instance.EffectReference

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.EffectReference
Returns EffectReference.

See Also

Reference

ShapeStyle Class

ShapeStyle Members

DocumentFormat.OpenXml.Presentation Namespace