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 が呼び出された後にアニメーションが開始されるまでの遅延。

適用対象