Table of Contents

Class ControlStoryboardAction

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

An action that will change the state of a targeted storyboard when invoked.

public class ControlStoryboardAction : StoryboardAction, IAnimatable, IAttachedObject
Inheritance
ControlStoryboardAction
Implements
Inherited Members
Extension Methods

Constructors

ControlStoryboardAction()

public ControlStoryboardAction()

Fields

ControlStoryboardProperty

public static readonly DependencyProperty ControlStoryboardProperty

Field Value

DependencyProperty

Properties

ControlStoryboardOption

public ControlStoryboardOption ControlStoryboardOption { get; set; }

Property Value

ControlStoryboardOption

Methods

Invoke(object)

This method is called when some criteria is met and the action should be invoked. This method will attempt to change the targeted storyboard in a way defined by the ControlStoryboardOption.

protected override void Invoke(object parameter)

Parameters

parameter object