AnimationEffectCollection Class |
Namespace: Spire.Presentation.Collections
The AnimationEffectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of effects in a sequense.
|
|
|
Item |
Gets an effect at the specified index.
|
|
|
TriggerShape |
| Name | Description | |
|---|---|---|
|
|
AddEffect |
Add new effect to the end of sequence.
|
|
|
Clear |
Removes all effects from a collection.
|
|
|
Equals | (Overrides Object Equals(Object) .) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an iterator for a collection.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes specified effect from a collection.
|
|
|
RemoveAt |
Removes an effect from a collection.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|