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; }
Public ReadOnly Default Property Item (
index As Integer
) As ITextAnimation
Get
public:
virtual property ITextAnimation^ default[int index] {
ITextAnimation^ get (int index) sealed;
}
abstract Item : ITextAnimation with get
override Item : ITextAnimation with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ITextAnimationImplements
ITextAnimationCollectionItemInt32See Also