Storyboard.Begin Method

Definition

Initiates the set of animations associated with the storyboard.

C#
public void 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.

Applies to

Proizvod Verzije
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also