Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 922 Bytes

storyboard_skiptofill_1855690255.md

File metadata and controls

28 lines (17 loc) · 922 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.Animation.Storyboard.SkipToFill
winrt method

Windows.UI.Xaml.Media.Animation.Storyboard.SkipToFill

-description

Advances the current time of the storyboard's clock to the end of its active period.

-remarks

If you call this method on an animation that doesn't have a FillBehavior value of HoldEnd, this has the same effect as calling Stop.

This method is mainly relevant for methods that are playing or paused, and which don't have infinite repeat. Calling SkipToFill on an infinite animation or an animation that's already stopped has no effect.

-examples

-see-also

FillBehavior, Storyboarded animations