IBehaviorCollection Interface |
Namespace: Aspose.Slides.Animation
The IBehaviorCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
|
![]() | Count |
Returns the number of behaviors in a collection.
Read-only Int32.
|
![]() | Item |
Returns a behavior at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add |
Add new behavior to a collection.
|
![]() | Clear |
Removes all behaviors from a collection.
|
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
|
![]() | GetEnumerator | (Inherited from IEnumerableIBehavior.) |
![]() | IndexOf |
Determines the index of a specific item in the IListT.
|
![]() | Insert |
Inserts new behavior to a collection at the specified index.
|
![]() | Remove |
Removes specified behavior from a collection.
|
![]() | RemoveAt |
Removes behavior from a collection at the specified index.
|