TextAnimationCollection Class |
Namespace: Spire.Presentation.Collections
The TextAnimationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
TextAnimationCollection |
Initializes a new instance of the
TextAnimationCollection
class
|
| Name | Description | |
|---|---|---|
|
|
Count |
Gets a number of elements in the collection.
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item Int32 |
Gets element by index.
|
|
|
Item IShape |
Gets all elements
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
CopyTo |
Copies all elements from the collection into the specified array.
|
|
|
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
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|