ScaleAnimation.Duration 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 la durée pendant laquelle l’animation de mise à l’échelle doit être effectuée. Cela n’inclut pas le délai.
public:
property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = scaleAnimation.duration;
Public ReadOnly Property Duration As TimeSpan
Valeur de propriété
Durée de l’animation.
Implémente
Remarques
La durée peut être 0, auquel cas l’objet passe instantanément à sa taille finale et aucune animation n’est affichée.