Storyboard.Begin Method (FrameworkElement, FrameworkTemplate)
Applies the animations associated with this Storyboard to their targets within the specified template and initiates them.
Assembly: PresentationFramework (in PresentationFramework.dll)
public void Begin( FrameworkElement containingObject, FrameworkTemplate frameworkTemplate )
Parameters
- containingObject
- Type: System.Windows.FrameworkElement
The object to which the specified frameworkTemplate has been applied. Animations without a TargetName are applied to containingObject.
- frameworkTemplate
- Type: System.Windows.FrameworkTemplate
The template to animate.
If the targeted properties are already animated, they are replaced using the SnapshotAndReplace handoff behavior.
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.