BeginStoryboard Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (inherited from DependencyObject) |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (inherited from DispatcherObject) |
| HandoffBehavior | Gets or sets the proper hand-off behavior to start an animation clock in this storyboard |
| IsSealed | Gets a value that declares whether this instance is currently read-only. (inherited from DependencyObject) |
| Name | Gets or sets the name of the BeginStoryboard object. By naming the BeginStoryboard object, the Storyboard can be controlled after it is started. |
| Storyboard | Gets or sets the Storyboard that this BeginStoryboard starts. |
Reference
BeginStoryboard ClassSystem.Windows.Media.Animation Namespace
ResumeStoryboard
StopStoryboard
PauseStoryboard
SkipStoryboardToFill
SetStoryboardSpeedRatio
EventTrigger
Trigger
Other Resources
How to: Specify Handoff Behavior Between Storyboard AnimationsHow to: Control an Animation After it has Started
Animate Within a Style
Animation Overview
Animating with Storyboards Overview