IBehaviorCollectionItem Property |
Returns a behavior at the specified index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIBehavior this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As IBehavior
Get
Set
property IBehavior^ default[int index] {
IBehavior^ get (int index);
void set (int index, IBehavior^ value);
}
abstract Item : IBehavior with get, set
Parameters
- index
- Type: SystemInt32
Index of a behavior to return.
Return Value
Type:
IBehaviorAnimation begavior.
See Also