Partager via


ScrollingZoomOptions.AnimationMode Propriété

Définition

Obtient ou définit une valeur qui indique si une animation est lue pour la modification du facteur de zoom.

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

Valeur de propriété

Valeur qui indique si une animation est lue pour le changement de facteur de zoom.

Remarques

Quand AnimationMode a la valeur Auto, le changement d’affichage est animé lorsque les paramètres du système d’exploitation activent les animations.

S’applique à