The following tables list the members exposed by AnimationCollection.
Name | Description | |
---|---|---|
AnimationCollection Constructor |
Default constructor. Animation Base Collection object constructor |
Name | Description | |
---|---|---|
Count |
Gets the number of items in the collection. Number of items in the collection. | |
IsFixedSize | Gets a value indicating whether the collection has a fixed size. Gets a value indicating whether the collection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the collection is read-only. Gets a value indicating whether the collection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized. Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
Item | Gets or sets the object at the specified index within the collection. Indexer of the class. Returns the AnimationBase object by integer index. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds items to the collection. | |
Clear |
This method removes all items from the collection. Removes all items from the collection. | |
Contains | Determines if the collection contains the given object. Check if specified object exists in the collection. | |
CopyTo | Used by all chart collections to copy all items in the collection to an array, starting at a particular array index. Copies all the elements of the current collection to the specified one-dimensional collection starting at the specified destination index. | |
GetEnumerator |
Returns an enumerator that can be used to iterate through a collection. Get collection enumerator. | |
IndexOf | Used by chart collections to retrieve the index of a specified object in a collection. Gets first index of the collection item equal to the object provided. | |
Insert | Overloaded. Inserts objects into the collection. | |
Remove |
Removes a given object from the collection. Remove object from the collection | |
RemoveAt | Removes the object with the given index from the collection. Remove item from the collection by index. |