CoreInputViewAnimationStartingEventArgs.AnimationDuration 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 l’intervalle de temps nécessaire pour terminer l’animation CoreInputView .
Important
L’application doit utiliser cette valeur lors de la définition de durées d’animation basées sur l’affichage ou le masquage du CoreInputView. Si vous coordonnez les animations entre l’application et CoreInputView, vérifiez que l’animation de l’application ne se termine pas avant l’animation CoreInputView .
public:
property TimeSpan AnimationDuration { TimeSpan get(); };
TimeSpan AnimationDuration();
public System.TimeSpan AnimationDuration { get; }
var timeSpan = coreInputViewAnimationStartingEventArgs.animationDuration;
Public ReadOnly Property AnimationDuration As TimeSpan
Valeur de propriété
Intervalle de temps nécessaire pour terminer l’animation.