SpringScalarNaturalMotionAnimation.Period 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 ou définit le temps pendant lequel le spring effectue une seule oscillation.
public:
property TimeSpan Period { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Period();
void Period(TimeSpan value);
public System.TimeSpan Period { get; set; }
var timeSpan = springScalarNaturalMotionAnimation.period;
springScalarNaturalMotionAnimation.period = timeSpan;
Public Property Period As TimeSpan
Valeur de propriété
Temps pour le spring de terminer une seule oscillation.