Edit

Share via


AnimationSet.SetDelayForAll Method

Definition

Overloads

SetDelayForAll(Double)

Overwrites the delay time on all animations to the specified value

SetDelayForAll(TimeSpan)

Overwrites the delay time on all animations to the specified value

SetDelayForAll(Double)

Overwrites the delay time on all animations to the specified value

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

Parameters

delayTime
Double

The delay time in milliseconds

Returns

AnimationSet to allow chaining

Applies to

SetDelayForAll(TimeSpan)

Overwrites the delay time on all animations to the specified value

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

Parameters

delayTime
TimeSpan

TimeSpan for how much to delay

Returns

AnimationSet to allow chaining

Applies to