TextAnimationCollectionItem Property (Int32)

Returns element by index.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ITextAnimation this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: ITextAnimation

Implements

ITextAnimationCollectionItemInt32
See Also