AnimationDescription.Animations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 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物件指定的動畫效果。
備註
傳回的動畫應該以出現在集合陣列中的順序套用至 物件。 如果兩個或多個動畫套用至物件,它們就會以下列順序出現在陣列中:
- 調整
- Translate
- 不透明度 如果動畫套用至多個物件,則 stagger 相關屬性會 (StaggerDelay 和 StaggerDelayFactor) 描述物件之間的相對時間。