KeyFrameAnimation.DelayTime Eigenschaft

Definition

Verzögerung, bevor die Animation gestartet wird, nachdem CompositionObject.StartAnimation aufgerufen wurde.

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

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

Eigenschaftswert

Verzögerung, bevor die Animation gestartet wird, nachdem CompositionObject.StartAnimation aufgerufen wurde.

Gilt für: