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)
Syntax IEffect this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IEffect
Get
property IEffect^ default[int index] {
IEffect^ get (int index);
}
abstract Item : IEffect with get
Parameters
- index
- Type: SystemInt32
Return Value
Type:
IEffectSee Also