Compartir a través de


NaturalMotionAnimation.DelayTime Propiedad

Definición

Retraso antes de que se inicie la animación después de llamar a 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

Valor de propiedad

Retraso antes de que se inicie la animación después de llamar a CompositionObject.StartAnimation .

Se aplica a