Storyboard.Begin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates the set of animations associated with the storyboard.
public:
virtual void Begin() = Begin;
void Begin();
public void Begin();
function begin()
Public Sub Begin ()
Remarks
Calling this method begins all the animations that are in the Children collection of the Storyboard.
Begin starts the animations within the Storyboard from their initial state, a clock time of zero. If you want to restart an animation where Pause had been called previously, and continue on from the clock time where it was paused, use Resume instead.