CoreFrameworkInputViewAnimationStartingEventArgs.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 CoreFrameworkInputView .
public:
property TimeSpan AnimationDuration { TimeSpan get(); };
TimeSpan AnimationDuration();
public System.TimeSpan AnimationDuration { get; }
var timeSpan = coreFrameworkInputViewAnimationStartingEventArgs.animationDuration;
Public ReadOnly Property AnimationDuration As TimeSpan
Valeur de propriété
Intervalle de temps nécessaire pour terminer l’animation.
Remarques
L’infrastructure doit utiliser cette valeur lors de la définition de durées d’animation dans la vue principale basées sur l’affichage ou la masquage du CoreFrameworkInputView.