Share via


ScrollingScrollOptions.AnimationMode Property

Definition

Gets or sets a value that indicates whether or not an animation is played for a scroll operation.

public:
 property ScrollingAnimationMode AnimationMode { ScrollingAnimationMode get(); void set(ScrollingAnimationMode value); };
ScrollingAnimationMode AnimationMode();

void AnimationMode(ScrollingAnimationMode value);
public ScrollingAnimationMode AnimationMode { get; set; }
var scrollingAnimationMode = scrollingScrollOptions.animationMode;
scrollingScrollOptions.animationMode = scrollingAnimationMode;
Public Property AnimationMode As ScrollingAnimationMode

Property Value

A value that indicates whether or not an animation is played for a scroll operation. The default is Auto.

Applies to