Table of Contents

Class StoryboardAction

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

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

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

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.

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