KeyFrameAnimation.DelayTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = keyFrameAnimation.delayTime;
keyFrameAnimation.delayTime = timeSpan;
Public Property DelayTime As TimeSpan
Property Value
Delay before the animation starts after CompositionObject.StartAnimation is called.