AnimationEffect
Effects Property
|
Gets a sequence for an effect.
Read-only
Effects
.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public AnimationEffectCollection Effects { get; }
Public ReadOnly Property Effects As AnimationEffectCollection
Get
public:
property AnimationEffectCollection^ Effects {
AnimationEffectCollection^ get ();
}
member Effects : AnimationEffectCollection with get
Property Value
Type:
AnimationEffectCollection
See Also