ITable
EffectDag Property
|
Gets the EffectFormat object which contains pixel effects applied to a shape.
Read-only
EffectDag
Note: can return null for certain types of shapes which don't have effect properties.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
EffectDag EffectDag { get; }
ReadOnly Property EffectDag As EffectDag
Get
property EffectDag^ EffectDag {
EffectDag^ get ();
}
abstract EffectDag : EffectDag with get
Property Value
Type:
EffectDag
Implements
IShape
EffectDag
See Also