Edit

StopAnimationAction Class

Definition

An Microsoft.Xaml.Interactivity.IAction implementation that can stop a target AnimationSet instance.

public sealed class StopAnimationAction : Windows.UI.Xaml.DependencyObject, Microsoft.Xaml.Interactivity.IAction
type StopAnimationAction = class
    inherit DependencyObject
    interface IAction
Public NotInheritable Class StopAnimationAction
Inherits DependencyObject
Implements IAction
Inheritance
Windows.UI.Xaml.DependencyObject
StopAnimationAction
Implements
Microsoft.Xaml.Interactivity.IAction

Constructors

Name Description
StopAnimationAction()

Fields

Name Description
AnimationProperty

Identifies the <seealso cref="P:Microsoft.Toolkit.Uwp.UI.Behaviors.StopAnimationAction.Animation"></seealso> dependency property.

TargetObjectProperty

Identifies the <seealso cref="P:Microsoft.Toolkit.Uwp.UI.Behaviors.StopAnimationAction.TargetObject"></seealso> dependency property.

Properties

Name Description
Animation

Gets or sets the linked AnimationSet instance to stop.

TargetObject

Gets or sets the object to stop the specified animation on. If not specified, will use the current object the parent animation is running on.

Methods

Name Description
Execute(Object, Object)

Applies to