Remove
Remove(IBehaviorProperty)
从集合中删除指定的属性。
public bool Remove(IBehaviorProperty item)
参数 | 类型 | 描述 |
---|---|---|
item | IBehaviorProperty | 要删除的属性。 |
参见
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
Remove(string)
从集合中删除指定的属性。
public bool Remove(string propertyValue)
参数 | 类型 | 描述 |
---|---|---|
propertyValue | String | 要删除的属性值。 |
参见
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides