BehaviorPropertyCollectionAdd Method (IBehaviorProperty)

Adds a new property to the collection.

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

Parameters

item
Type: Aspose.Slides.AnimationIBehaviorProperty
Property to add.

Implements

ICollectionTAdd(T)
See Also