Animation.DelayBehavior Property

Definition

Gets or sets the delay behavior for the animation. The default value is set to Windows.UI.Composition.AnimationDelayBehavior.SetInitialValueBeforeDelay. This value is applicable when the current animation is used as either an implicit composition animation, or an explicit composition animation. If the current animation is instead running on the XAML layer (if used through CustomAnimation<TValue,TKeyFrame>), it will be ignored.

public Windows.UI.Composition.AnimationDelayBehavior DelayBehavior { get; set; }
member this.DelayBehavior : Windows.UI.Composition.AnimationDelayBehavior with get, set
Public Property DelayBehavior As AnimationDelayBehavior

Property Value

Windows.UI.Composition.AnimationDelayBehavior

Applies to