Share via


AnimatedVisualPlayer.SetProgress(Double) Method

Definition

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.

Applies to