Table of Contents

Class StoryboardAction

Namespace
Microsoft.Xaml.Behaviors.Media
Assembly
Microsoft.Xaml.Behaviors.dll

An abstract class that provides the ability to target a Storyboard.

public abstract class StoryboardAction : TriggerAction<DependencyObject>, IAttachedObject
Inheritance
TriggerAction<DependencyObject>
StoryboardAction
Implements
Derived
Inherited Members

Remarks

For action authors, this class provides a standard way to target a Storyboard. Design tools may choose to provide a special editing experience for classes that inherit from this action, thereby improving the designer experience.

Constructors

StoryboardAction()

protected StoryboardAction()

Fields

StoryboardProperty

public static readonly DependencyProperty StoryboardProperty

Field Value

DependencyProperty

Properties

Storyboard

The targeted Storyboard. This is a dependency property.

public Storyboard Storyboard { get; set; }

Property Value

Storyboard

Methods

OnStoryboardChanged(DependencyPropertyChangedEventArgs)

This method is called when the Storyboard property is changed.

protected virtual void OnStoryboardChanged(DependencyPropertyChangedEventArgs args)

Parameters

args DependencyPropertyChangedEventArgs