Share via


AnimationBehaviors.Item Property

Returns a single AnimationBehavior object from the specified AnimationBehaviors collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Integer _
) As AnimationBehavior
    Get
'Usage
Dim instance As AnimationBehaviors
Dim Index As Integer
Dim value As AnimationBehavior

value = instance.Item(Index)
AnimationBehavior this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.AnimationBehavior

See Also

Reference

AnimationBehaviors Interface

AnimationBehaviors Members

Microsoft.Office.Interop.PowerPoint Namespace