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

StartAnimationAction()

Fields

AnimationProperty

Identifies the dependency property.

TargetObjectProperty

Identifies the dependency property.

Properties

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

Execute(Object, Object)

Applies to