ScrollingScrollAnimationStartingEventArgs.Animation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定動畫捲動位移變更期間要執行的動畫。 動畫會以內容的位置為目標。
public:
property CompositionAnimation ^ Animation { CompositionAnimation ^ get(); void set(CompositionAnimation ^ value); };
CompositionAnimation Animation();
void Animation(CompositionAnimation value);
public CompositionAnimation Animation { get; set; }
var compositionAnimation = scrollingScrollAnimationStartingEventArgs.animation;
scrollingScrollAnimationStartingEventArgs.animation = compositionAnimation;
Public Property Animation As CompositionAnimation
屬性值
動畫捲動位移變更期間要執行的動畫。