IBehaviorCollection Interface

Represents collection of behavior effects.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IBehaviorCollection : IEnumerable<IBehavior>, 
	IEnumerable

The IBehaviorCollection type exposes the following members.

Properties
  NameDescription
Public propertyAsIEnumerable
Returns IEnumerable interface. Read-only IEnumerable.
Public propertyCount
Returns the number of behaviors in a collection. Read-only Int32.
Public propertyItem
Returns a behavior at the specified index.
Methods
  NameDescription
Public methodAdd
Add new behavior to a collection.
Public methodClear
Removes all behaviors from a collection.
Public methodContains
Public methodGetEnumerator (Inherited from IEnumerableIBehavior.)
Public methodIndexOf
Public methodInsert
Inserts new behavior to a collection at the specified index.
Public methodRemove
Removes specified behavior from a collection.
Public methodRemoveAt
Removes behavior from a collection at the specified index.
See Also