Storyboard::Begin Method

 

Initiates the set of animations associated with this Storyboard.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationFramework (in PresentationFramework.dll)

NameDescription
System_CAPS_pubmethodBegin()

Applies the animations associated with this Storyboard to their targets and initiates them.

System_CAPS_pubmethodBegin(FrameworkContentElement^)

Applies the animations associated with this Storyboard to their targets and initiates them.

System_CAPS_pubmethodBegin(FrameworkContentElement^, Boolean)

Applies the animations associated with this Storyboard to their targets and initiates them.

System_CAPS_pubmethodBegin(FrameworkContentElement^, HandoffBehavior)

Applies the animations associated with this Storyboard to their targets and initiates them, using the specified HandoffBehavior.

System_CAPS_pubmethodBegin(FrameworkContentElement^, HandoffBehavior, Boolean)

Applies the animations associated with this Storyboard to their targets and initiates them, using the specified HandoffBehavior.

System_CAPS_pubmethodBegin(FrameworkElement^)

Applies the animations associated with this Storyboard to their targets and initiates them.

System_CAPS_pubmethodBegin(FrameworkElement^, Boolean)

Applies the animations associated with this Storyboard to their targets and initiates them.

System_CAPS_pubmethodBegin(FrameworkElement^, FrameworkTemplate^)

Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.

System_CAPS_pubmethodBegin(FrameworkElement^, FrameworkTemplate^, Boolean)

Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.

System_CAPS_pubmethodBegin(FrameworkElement^, FrameworkTemplate^, HandoffBehavior)

Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.

System_CAPS_pubmethodBegin(FrameworkElement^, FrameworkTemplate^, HandoffBehavior, Boolean)

Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.

System_CAPS_pubmethodBegin(FrameworkElement^, HandoffBehavior)

Applies the animations associated with this Storyboard to their targets and initiates them, using the specified HandoffBehavior.

System_CAPS_pubmethodBegin(FrameworkElement^, HandoffBehavior, Boolean)

Applies the animations associated with this Storyboard to their targets and initiates them.

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.

Return to top
Show: