Share via


ScrollingZoomAnimationStartingEventArgs.Animation Property

Definition

Gets or sets the animation to run during the animated zoom factor change. The animation targets the content's scale.

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

Property Value

The animation to run during the animated zoom factor change.

Applies to