IBehaviorCollectionAdd 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)
Syntaxvoid Add(
IBehavior item
)
Sub Add (
item As IBehavior
)
void Add(
IBehavior^ item
)
abstract Add :
item : IBehavior -> unit
Parameters
- item
- Type: Aspose.Slides.AnimationIBehavior
Behavior to add.
See Also