Class BeginStoryboard
Implements trigger action for animations
Inherited Members
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class BeginStoryboard : TriggerAction
Constructors
BeginStoryboard()
Initializes a new instance of the BeginStoryboard class.
Declaration
public BeginStoryboard()
Fields
StoryboardProperty
The storyboard property
Declaration
public static readonly DependencyProperty StoryboardProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Storyboard
Gets or sets the storyboard.
Declaration
public Storyboard Storyboard { get; set; }
Property Value
Type | Description |
---|---|
Storyboard | The storyboard. |