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

StopAnimationAction()

Fields

AnimationProperty

Identifies the dependency property.

TargetObjectProperty

Identifies the dependency property.

Properties

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

Execute(Object, Object)

Applies to