Add()

BehaviorCollection::Add(System::SharedPtr<IBehavior>) method

Add new behavior to a collection.

void Aspose::Slides::Animation::BehaviorCollection::Add(System::SharedPtr<IBehavior> item) override

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IBehavior>Behavior to add.

See Also