NaturalMotionAnimation.DelayTime 屬性

定義

呼叫 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

屬性值

呼叫 CompositionObject.StartAnimation 之後,動畫開始之前的延遲。

適用於