BringIntoViewOptions.AnimationDesired 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 s’il faut utiliser l’animation lorsque l’élément est mis en mode.
public:
property bool AnimationDesired { bool get(); void set(bool value); };
bool AnimationDesired();
void AnimationDesired(bool value);
public bool AnimationDesired { get; set; }
var boolean = bringIntoViewOptions.animationDesired;
bringIntoViewOptions.animationDesired = boolean;
Public Property AnimationDesired As Boolean
Valeur de propriété
Boolean
bool
true pour utiliser l’animation ; sinon, false. La valeur par défaut est true.