Class StoryboardTrigger
An abstract class that provides the ability to target a Storyboard.
public abstract class StoryboardTrigger : TriggerBase<DependencyObject>, IAnimatable, IAttachedObject
- Inheritance
-
StoryboardTrigger
- Implements
- Derived
- Inherited Members
- Extension Methods
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.
Fields
StoryboardProperty
public static readonly DependencyProperty StoryboardProperty
Field Value
Properties
Storyboard
The targeted Storyboard. This is a dependency property.
public Storyboard Storyboard { get; set; }
Property Value
Methods
OnStoryboardChanged(DependencyPropertyChangedEventArgs)
This method is called when the Storyboard property is changed.
protected virtual void OnStoryboardChanged(DependencyPropertyChangedEventArgs args)