Share via


ScrollingZoomOptions.AnimationMode Property

Definition

Gets or sets a value that indicates whether or not an animation is played for the zoom factor change.

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

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

Property Value

A value that indicates whether or not an animation is played for the zoom factor change.

Remarks

When AnimationMode is Auto, the view change is animated when OS settings enable animations.

Applies to