TextAnimationCollection
TextAnimationCollection 类
表示文本动画的集合。
public class TextAnimationCollection : ITextAnimationCollection
构造函数
| 名称 | 描述 |
|---|---|
| TextAnimationCollection() | 默认构造函数。 |
属性
| 名称 | 描述 |
|---|---|
| Count { get; } | 返回集合中元素的数量。只读 Int32。 |
| IsSynchronized { get; } | 返回一个值,指示对集合的访问是否同步(线程安全)。只读 Boolean。 |
| Item { get; } | 通过索引返回元素。(2 个索引器) |
| SyncRoot { get; } | 返回同步根。只读 Object。 |
方法
| 名称 | 描述 |
|---|---|
| Add() | 向集合添加新的文本动画。 |
| CopyTo(Array, int) | 将集合中的所有元素复制到指定的数组中。 |
| GetEnumerator() | 返回遍历集合的枚举器。 |