Item

BehaviorCollection 索引器

在指定索引处返回一个行为。

public IBehavior this[int index] { get; set; }
参数描述
index要返回的行为的索引。

返回值

动画行为。

另见