다음을 통해 공유


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이 호출된 후 애니메이션이 시작되기 전에 지연합니다.

적용 대상