Freigeben über


ScrollingZoomOptions.AnimationMode Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob eine Animation für die Zoomfaktoränderung wiedergegeben wird, oder legt diesen fest.

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

Eigenschaftswert

Ein Wert, der angibt, ob eine Animation für die Zoomfaktoränderung wiedergegeben wird.

Hinweise

Wenn AnimationMode dies der Wert ist Auto, wird die Ansichtsänderung animiert, wenn die Betriebssystemeinstellungen Animationen aktivieren.

Gilt für: