ShapeStyle.EffectReference Property
EffectReference.Represents the element tag in schema: a:effectRef
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
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
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace