Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Storyboard.Begin Method
Definition
- Namespace:
- Microsoft.UI.Xaml.Media.Animation
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.
Applies to
See also
Feedback
Was this page helpful?
