Summary
Sets the dialog's progress bar value and sets IsIndeterminate to false.
- Namespace
- MahApps
.Metro .Controls .Dialogs - Containing Type
- Progress
Dialog Controller
Syntax
public void SetProgress(double value)
Parameters
Name | Type | Description |
---|---|---|
value | double | The percentage to set as the value. |
Return Value
Type | Description |
---|---|
void |