BehaviorCollection class
Contents
[
Hide
]BehaviorCollection class
Represents collection of behavior effects.
The BehaviorCollection type exposes the following members:
Properties
Property | Description |
---|---|
count | Returns the number of behaviors in a collection. Read-only int. |
is_read_only | Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. Read-only bool. |
Retirns a behavior at the specified index.
Indexer
Name | Description |
---|---|
[index] | Index of a behavior to return. |
Methods
Method | Description |
---|---|
add | Add new behavior to a collection. |
index_of | Determines the index of a specific item in the System.Collections.Generic.IList`1. |
insert | Inserts new behavior to a collection at the specified index. |
copy_to | Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index. |
remove | Removes specified behavior from a collection. |
remove_at | Removes behavior from a collection at the specified index. |
clear | Removes all behaviors from a collection. |
contains | Determines whether the System.Collections.Generic.ICollection`1 contains a specific value. |
See Also
- module
aspose.slides.animation
- library
Aspose.Slides