NaturalMotionAnimation.DelayTime Property

Definition

Delay before the animation starts after CompositionObject.StartAnimation is called.

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

Property Value

Delay before the animation starts after CompositionObject.StartAnimation is called.

Applies to