AnimatedVisualPlayer.SetProgress(Double) 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.
Moves the progress of the animated visual to the given value, or does nothing if no animated visual is loaded.
public:
virtual void SetProgress(double progress) = SetProgress;
void SetProgress(double const& progress);
public void SetProgress(double progress);
function setProgress(progress)
Public Sub SetProgress (progress As Double)
Parameters
- progress
-
Double
double
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.