BehaviorCollectionRemove Method

Removes specified behavior from a collection.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool Remove(
	IBehavior item
)

Parameters

item
Type: Aspose.Slides.AnimationIBehavior
Behavior to remove.

Return Value

Type: Boolean

Implements

IBehaviorCollectionRemove(IBehavior)
See Also