AnimationSet.SetDelay Method

Definition

Overloads

SetDelay(Double)

Overwrites the delay time on all animations after last Then() to the specified value

SetDelay(TimeSpan)

Overwrites the delay time on all animations after last Then() to the specified value

SetDelay(Double)

Overwrites the delay time on all animations after last Then() to the specified value

public Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet SetDelay (double delayTime);
member this.SetDelay : double -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet
Public Function SetDelay (delayTime As Double) As AnimationSet

Parameters

delayTime
Double

The delay time in milliseconds

Returns

AnimationSet to allow chaining

Applies to

SetDelay(TimeSpan)

Overwrites the delay time on all animations after last Then() to the specified value

public Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet SetDelay (TimeSpan delayTime);
member this.SetDelay : TimeSpan -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet
Public Function SetDelay (delayTime As TimeSpan) As AnimationSet

Parameters

delayTime
TimeSpan

TimeSpan for how much to delay

Returns

AnimationSet to allow chaining

Applies to