Storyboard.Begin Method (FrameworkElement, FrameworkTemplate, HandoffBehavior)
Assembly: PresentationFramework (in presentationframework.dll)
public void Begin ( FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, HandoffBehavior handoffBehavior )
public void Begin ( FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, HandoffBehavior handoffBehavior )
public function Begin ( containingObject : FrameworkElement, frameworkTemplate : FrameworkTemplate, handoffBehavior : HandoffBehavior )
You cannot use methods in XAML.
Parameters
- containingObject
The object to which the specified frameworkTemplate has been applied. Animations without a TargetName will be applied to containingObject.
- frameworkTemplate
The template to animate.
- handoffBehavior
The behavior the new animation should use to interact with any current animations.
When this method is called, Clock objects are created for the storyboard and any timelines it contains. These clocks are stored with containingObject.
Beginning a storyboard triggers the CurrentStateInvalidated and CurrentGlobalSpeedInvalidated events.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.