Share via


ScrollingZoomAnimationStartingEventArgs.Animation 屬性

定義

取得或設定動畫縮放因數變更期間要執行的動畫。 動畫會以內容的規模為目標。

public:
 property CompositionAnimation ^ Animation { CompositionAnimation ^ get(); void set(CompositionAnimation ^ value); };
CompositionAnimation Animation();

void Animation(CompositionAnimation value);
public CompositionAnimation Animation { get; set; }
var compositionAnimation = scrollingZoomAnimationStartingEventArgs.animation;
scrollingZoomAnimationStartingEventArgs.animation = compositionAnimation;
Public Property Animation As CompositionAnimation

屬性值

動畫縮放因數變更期間要執行的動畫。

適用於