Version

BeginStoryboard Method

Begins the sequence of actions that are contained in the provided storyboard.
Overload List
OverloadDescription
BeginStoryboard(Storyboard)Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkElement)
BeginStoryboard(Storyboard,HandoffBehavior)Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. (Inherited from System.Windows.FrameworkElement)
BeginStoryboard(Storyboard,HandoffBehavior,Boolean)Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started. (Inherited from System.Windows.FrameworkElement)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also