Add
Add(IBehaviorProperty)
Fügt der Sammlung eine neue Eigenschaft hinzu.
public void Add(IBehaviorProperty item)
Parameter | Typ | Beschreibung |
---|---|---|
item | IBehaviorProperty | Zu fügende Eigenschaft. |
Siehe auch
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
Add(string)
Fügt der Sammlung eine neue Eigenschaft hinzu.
public void Add(string propertyValue)
Parameter | Typ | Beschreibung |
---|---|---|
propertyValue | String | Wert der zu fügenden Eigenschaft. |
Siehe auch
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides