KeyFrameAnimation.DelayTime Property
Definition
Delay before the animation starts after CompositionObject.StartAnimation is called.
Equivalent WinUI property: Microsoft.UI.Composition.KeyFrameAnimation.DelayTime.
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.