Remove
Remove(IBehaviorProperty)
Removes specified property from the collection.
public bool Remove(IBehaviorProperty item)
Parameter | Type | Description |
---|---|---|
item | IBehaviorProperty | Property to remove. |
See Also
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
Remove(string)
Removes specified property from the collection.
public bool Remove(string propertyValue)
Parameter | Type | Description |
---|---|---|
propertyValue | String | Value of the property to remove. |
See Also
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides