BehaviorCollectionAdd Method

Add new behavior to a collection.

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

Parameters

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

Implements

IBehaviorCollectionAdd(IBehavior)
See Also