AnimationDescription.DelayLimit Property

Definition

Gets the maximum cumulative delay time for the animation to be applied to the collection of objects in a target.

public:
 property TimeSpan DelayLimit { TimeSpan get(); };
TimeSpan DelayLimit();
public System.TimeSpan DelayLimit { get; }
var timeSpan = animationDescription.delayLimit;
Public ReadOnly Property DelayLimit As TimeSpan

Property Value

The delay limit time, expressed in 100-nanosecond units.

Remarks

If a staggered set of animations is being applied to a set of objects, and the relative timing of the animations results in an animation that is set to occur after the DelayLimit time, the animation occurs at the DelayLimit time instead. For instance, if an object was set to animate at time t=231 ms when the DelayLimit was set to 200 ms, that animation would occur at 200 ms.

Applies to

See also