BehaviorPropertyCollectionItem Property

Returns a property at the specified index.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IBehaviorProperty this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index of a property to return.

Return Value

Type: IBehaviorProperty
Animation behavior property.

Implements

IListTItemInt32
See Also