ScrollingScrollOptions.AnimationMode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si une animation est lue pour une opération de défilement.
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
Valeur de propriété
Valeur qui indique si une animation est lue pour une opération de défilement. Par défaut, il s’agit de Auto
.