GraphicAnimationCollection
Item Property (Int32)
|
Gets element by index.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public GraphicAnimation this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As GraphicAnimation
Get
public:
property GraphicAnimation^ default[int index] {
GraphicAnimation^ get (int index);
}
member Item : GraphicAnimation with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
GraphicAnimation
See Also