Item

TextAnimationCollection indexer (1 of 2)

Returns element by index.

public ITextAnimation this[int index] { get; }

See Also


TextAnimationCollection indexer (2 of 2)

Returns all elements

public ITextAnimation[] this[IShape shape] { get; }
ParameterDescription
shape

See Also