Class StoryboardAction
An abstract class that provides the ability to target a Storyboard.
Inheritance
System.Object
StoryboardAction
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Expression.Interactivity.Media
Assembly: OpenSilver.Expression.Interactions.dll
Syntax
public abstract class StoryboardAction : TriggerAction<DependencyObject>, IAttachedObject
Remarks
For action 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 action, thereby improving the designer experience.
Fields
| Improve this Doc View SourceStoryboardProperty
Declaration
public static readonly DependencyProperty StoryboardProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceStoryboard
The targeted Storyboard. This is a dependency property.
Declaration
public Storyboard Storyboard { get; set; }
Property Value
Type | Description |
---|---|
Storyboard |
Methods
| Improve this Doc View SourceOnStoryboardChanged(DependencyPropertyChangedEventArgs)
This method is called when the Storyboard property is changed.
Declaration
protected virtual void OnStoryboardChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
DependencyPropertyChangedEventArgs | args |