BehaviorPropertyCollectionIndexOf Method (IBehaviorProperty)

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public int IndexOf(
	IBehaviorProperty item
)

Parameters

item
Type: Aspose.Slides.AnimationIBehaviorProperty
The object to locate in the IListT.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also