Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Storyboard Class
Begin Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Storyboard..::.Begin Method

Initiates the set of animations associated with this Storyboard.

  NameDescription
Public methodBegin()()()Applies the animations associated with this Storyboard to their targets and initiates them.
Public methodBegin(FrameworkContentElement)Applies the animations associated with this Storyboard to their targets and initiates them.
Public methodBegin(FrameworkElement)Applies the animations associated with this Storyboard to their targets and initiates them.
Public methodBegin(FrameworkContentElement, Boolean)Applies the animations associated with this Storyboard to their targets and initiates them.
Public methodBegin(FrameworkContentElement, HandoffBehavior)Applies the animations associated with this Storyboard to their targets and initiates them, using the specified HandoffBehavior.
Public methodBegin(FrameworkElement, Boolean)Applies the animations associated with this Storyboard to their targets and initiates them.
Public methodBegin(FrameworkElement, FrameworkTemplate)Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.
Public methodBegin(FrameworkElement, HandoffBehavior)Applies the animations associated with this Storyboard to their targets and initiates them, using the specified HandoffBehavior.
Public methodBegin(FrameworkContentElement, HandoffBehavior, Boolean)Applies the animations associated with this Storyboard to their targets and initiates them, using the specified HandoffBehavior.
Public methodBegin(FrameworkElement, FrameworkTemplate, Boolean)Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.
Public methodBegin(FrameworkElement, FrameworkTemplate, HandoffBehavior)Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.
Public methodBegin(FrameworkElement, HandoffBehavior, Boolean)Applies the animations associated with this Storyboard to their targets and initiates them.
Public methodBegin(FrameworkElement, FrameworkTemplate, HandoffBehavior, Boolean)Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.
Top

A controllable storyboard can pause, resume, seek, stop, and be removed. To make a storyboard controllable in code, you must use the appropriate overload of the storyboard's Begin method and specify true to make it controllable. For an example, see How to: Control a Storyboard After It Starts.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker