Class ControlStoryboardAction
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
Properties
ControlStoryboardOption
public ControlStoryboardOption ControlStoryboardOption { get; set; }
Property Value
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