StoryboardTrigger Class

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

Namespace: Microsoft.Expression.Interactivity.Media
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public MustInherit Class StoryboardTrigger
    Inherits TriggerBase(Of DependencyObject)
'Usage
Dim instance As StoryboardTrigger
public abstract class StoryboardTrigger : TriggerBase<DependencyObject>
public ref class StoryboardTrigger abstract : public TriggerBase<DependencyObject^>
public abstract class StoryboardTrigger extends TriggerBase<DependencyObject>
public abstract class StoryboardTrigger extends TriggerBase<DependencyObject>

Remarks

For Trigger 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 trigger, thereby improving the designer experience.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.Interactivity.TriggerBase
             System.Windows.Interactivity.TriggerBase
              Microsoft.Expression.Interactivity.Media.StoryboardTrigger
                 Microsoft.Expression.Interactivity.Media.StoryboardCompletedTrigger

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

StoryboardTrigger Members
Microsoft.Expression.Interactivity.Media Namespace