NaturalMotionAnimation.DelayTime Propriété

Définition

Délai avant le démarrage de l’animation après l’appel de CompositionObject.StartAnimation .

public:
 property TimeSpan DelayTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan DelayTime();

void DelayTime(TimeSpan value);
public System.TimeSpan DelayTime { get; set; }
var timeSpan = naturalMotionAnimation.delayTime;
naturalMotionAnimation.delayTime = timeSpan;
Public Property DelayTime As TimeSpan

Valeur de propriété

Délai avant le démarrage de l’animation après l’appel de CompositionObject.StartAnimation .

S’applique à