Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 904 Bytes

animatedvisualplayer_setprogress_515279239.md

File metadata and controls

31 lines (18 loc) · 904 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer.SetProgress(System.Double)
winrt method

Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer.SetProgress

-description

Moves the progress of the animated visual to the given value, or does nothing if no animated visual is loaded.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-parameters

-param progress

A value from 0 to 1 that represents the progress of the animated visual.

-remarks

If the animated visual was playing it will behave as if Stop was called first.

-see-also

-examples