ITextAnimationCollectionItem Property (Int32) |
Returns element by index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxITextAnimation this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As ITextAnimation
Get
property ITextAnimation^ default[int index] {
ITextAnimation^ get (int index);
}
abstract Item : ITextAnimation with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ITextAnimation
See Also