ScrollingScrollOptions.AnimationMode 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 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
.