ScrollingScrollAnimationStartingEventArgs.Animation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.