Share via


ControlStoryboardAction Class

Represents an action that will change the state of the specified Storyboard when executed.

Inheritance Hierarchy

System.Object
  DependencyObject
    Microsoft.Xaml.Interactions.Media.ControlStoryboardAction

Namespace:  Microsoft.Xaml.Interactions.Media
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public NotInheritable Class ControlStoryboardAction _
    Inherits DependencyObject _
    Implements IAction
public sealed class ControlStoryboardAction : DependencyObject, 
    IAction
public ref class ControlStoryboardAction sealed : public DependencyObject, 
    IAction
[<Sealed>]
type ControlStoryboardAction =  
    class 
        inherit DependencyObject 
        interface IAction 
    end
public final class ControlStoryboardAction extends DependencyObject implements IAction

The ControlStoryboardAction type exposes the following members.

Constructors

  Name Description
Public method ControlStoryboardAction Initializes a new instance of the ControlStoryboardAction class.

Top

Properties

  Name Description
Public property ControlStoryboardOption Gets or sets the action to execute on the Storyboard. This is a dependency property.
Public property Dispatcher (Inherited from DependencyObject.)
Public property Storyboard Gets or sets the targeted Storyboard. This is a dependency property.

Top

Methods

  Name Description
Public method ClearValue (Inherited from DependencyObject.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Execute Executes the action.
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member ControlStoryboardOptionProperty Specifies the action to execute on the Storyboard.
Public fieldStatic member StoryboardProperty Specifies the targeted Storyboard.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Xaml.Interactions.Media Namespace

Storyboard