ScrollingZoomOptions.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 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.