IBehaviorPropertyCollectionAdd Method (String)

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)
Syntax
void Add(
	string propertyValue
)

Parameters

propertyValue
Type: SystemString
Value of the property to add.
See Also