TextAnimationCollection

TextAnimationCollection class

Represents collection of text animations.

public class TextAnimationCollection : ITextAnimationCollection

Constructors

NameDescription
TextAnimationCollection()The default constructor.

Properties

NameDescription
Count { get; }Returns a number of elements in the collection. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Returns element by index. (2 indexers)
SyncRoot { get; }Returns a synchronization root. Read-only Object.

Methods

NameDescription
Add()Adds new text animation to the collection.
CopyTo(Array, int)Copies all elements from the collection into the specified array.
GetEnumerator()Returns an enumerator that iterates through the collection.

See Also