Share via


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 后动画开始前延迟。

适用于