Partager via


BringIntoViewOptions.AnimationDesired Propriété

Définition

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.

S’applique à