ISelfPlayingAnimatedVisual.PlayAsync(Double, Double, Boolean) 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.
public:
IAsyncAction ^ PlayAsync(double fromProgress, double toProgress, bool looped);
IAsyncAction PlayAsync(double const& fromProgress, double const& toProgress, bool const& looped);
public IAsyncAction PlayAsync(double fromProgress, double toProgress, bool looped);
Public Function PlayAsync (fromProgress As Double, toProgress As Double, looped As Boolean) As IAsyncAction
Parameters
- fromProgress
-
Double
double
- toProgress
-
Double
double
- looped
-
Boolean
bool