Share via


ScrollingScrollAnimationStartingEventArgs.Animation Property

Definition

Gets or sets the animation to run during the animated scroll offset change. The animation targets the content's position.

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

Property Value

The animation to run during the animated scroll offset change.

Applies to