Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
ControlStoryboardAction | Initializes a new instance of the ControlStoryboardAction class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ControlStoryboardOption | Gets or sets the action to execute on the Storyboard. This is a dependency property. |
![]() |
Dispatcher | (Inherited from DependencyObject.) |
![]() |
Storyboard | Gets or sets the targeted Storyboard. This is a dependency property. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
ClearValue | (Inherited from DependencyObject.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute | Executes the action. |
![]() |
GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue | (Inherited from DependencyObject.) |
![]() |
ReadLocalValue | (Inherited from DependencyObject.) |
![]() |
SetValue | (Inherited from DependencyObject.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() ![]() |
ControlStoryboardOptionProperty | Specifies the action to execute on the Storyboard. |
![]() ![]() |
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.
.gif)
.gif)
.gif)
.gif)