ProgressDialogController.

SetProgress(double) Method

Summary

Sets the dialog's progress bar value and sets IsIndeterminate to false.

Syntax

public void SetProgress(double value)

Parameters

Name Type Description
value double The percentage to set as the value.

Return Value

Type Description
void