Add
Add(IBehaviorProperty)
Adds a new property to the collection.
public void Add(IBehaviorProperty item)
Parameter | Type | Description |
---|---|---|
item | IBehaviorProperty | Property to add. |
See Also
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
Add(string)
Adds a new property to the collection.
public void Add(string propertyValue)
Parameter | Type | Description |
---|---|---|
propertyValue | String | Value of the property to add. |
See Also
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides