Class ControlStoryboardAction
An action that will change the state of a targeted storyboard when invoked.
Inheritance
System.Object
ControlStoryboardAction
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
[CLSCompliant(false)]
public class ControlStoryboardAction : StoryboardAction, IAttachedObject
Constructors
| Improve this Doc View SourceControlStoryboardAction()
Declaration
public ControlStoryboardAction()
Fields
| Improve this Doc View SourceControlStoryboardProperty
Declaration
public static readonly DependencyProperty ControlStoryboardProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceControlStoryboardOption
Declaration
public ControlStoryboardOption ControlStoryboardOption { get; set; }
Property Value
Type | Description |
---|---|
ControlStoryboardOption |
Methods
| Improve this Doc View SourceInvoke(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.
Declaration
protected override void Invoke(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Overrides
| Improve this Doc View SourceOnStoryboardChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnStoryboardChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
DependencyPropertyChangedEventArgs | args |