- Namespace
- MahApps
.Metro .Controls .Dialogs - Containing Type
- DialogCoordinator
Syntax
public Task<ProgressDialogController> ShowProgressAsync(object context, string title, string message, bool isCancelable = false, MetroDialogSettings settings = null)
Parameters
| Name | Type | Description |
|---|---|---|
| context | object | |
| title | string | |
| message | string | |
| isCancelable | bool | |
| settings | MetroDialogSettings |
Return Value
| Type | Description |
|---|---|
| Task |
