ITextAnimationCollection

ITextAnimationCollection interface

Represents collection of text animations.

public interface ITextAnimationCollection : IGenericCollection<ITextAnimation>

Properties

NameDescription
Item { get; }Returns element by index. (2 indexers)

See Also