共用方式為


AnimationDescription.Animations 屬性

定義

取得與 AnimationDescription 物件相關聯的動畫集合。

public:
 property IVectorView<IPropertyAnimation ^> ^ Animations { IVectorView<IPropertyAnimation ^> ^ get(); };
IVectorView<IPropertyAnimation> Animations();
public IReadOnlyList<IPropertyAnimation> Animations { get; }
var iVectorView = animationDescription.animations;
Public ReadOnly Property Animations As IReadOnlyList(Of IPropertyAnimation)

屬性值

IPropertyAnimation實例的集合,每個實例都代表為此AnimationDescription物件指定的動畫效果。

備註

傳回的動畫應該以出現在集合陣列中的順序套用至 物件。 如果兩個或多個動畫套用至物件,它們就會以下列順序出現在陣列中:

  1. 調整
  2. Translate
  3. 不透明度 如果動畫套用至多個物件,則 stagger 相關屬性會 (StaggerDelayStaggerDelayFactor) 描述物件之間的相對時間。

適用於

另請參閱