Returns an effect at the specified index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IEffect this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IEffect
Get
public:
virtual property IEffect^ default[int index] {
IEffect^ get (int index) sealed;
}
abstract Item : IEffect with get
override Item : IEffect with get
Parameters
- index
- Type: SystemInt32
Return Value
Type:
IEffectImplements
ISequenceItemInt32
See Also