SequenceCollection
Item Property
|
Gets a sequense at the specified index.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public AnimationEffectCollection this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As AnimationEffectCollection
Get
public:
property AnimationEffectCollection^ default[int index] {
AnimationEffectCollection^ get (int index);
}
member Item : AnimationEffectCollection with get
Parameters
-
index
-
Type:
System
Int32
Return Value
Type:
AnimationEffectCollection
See Also