Animation.DelayBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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