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)
Syntaxpublic void Add(
IBehaviorProperty item
)
Public Sub Add (
item As IBehaviorProperty
)
public:
virtual void Add(
IBehaviorProperty^ item
) sealed
abstract Add :
item : IBehaviorProperty -> unit
override Add :
item : IBehaviorProperty -> unit
Parameters
- item
- Type: Aspose.Slides.AnimationIBehaviorProperty
Property to add.
Implements
ICollectionTAdd(T)
See Also