Table of Contents

Class ControlStoryboardAction

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

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

[CLSCompliant(false)]
public class ControlStoryboardAction : StoryboardAction, IAttachedObject
Inheritance
TriggerAction<DependencyObject>
ControlStoryboardAction
Implements
Inherited Members

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