次の方法で共有


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

プロパティ値

アニメーション化されたズーム係数の変更中に実行するアニメーション。

適用対象