Partager via


BringIntoViewRequestedEventArgs.AnimationDesired Propriété

Définition

Obtient ou définit une valeur qui spécifie si le défilement doit être animé.

public:
 property bool AnimationDesired { bool get(); void set(bool value); };
bool AnimationDesired();

void AnimationDesired(bool value);
public bool AnimationDesired { get; set; }
var boolean = bringIntoViewRequestedEventArgs.animationDesired;
bringIntoViewRequestedEventArgs.animationDesired = boolean;
Public Property AnimationDesired As Boolean

Valeur de propriété

Boolean

bool

true pour animer le défilement ; sinon, false.

S’applique à