Edit

StartAnimationAction Class

Definition

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

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

Constructors

Name Description
StartAnimationAction()

Fields

Name Description
AnimationProperty

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

TargetObjectProperty

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

Properties

Name Description
Animation

Gets or sets the linked AnimationSet instance to invoke.

TargetObject

Gets or sets the object to start 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