Summary
    Sets the dialog's title.
    
		- Namespace
- MahApps.Metro .Controls .Dialogs 
- Containing Type
- ProgressDialog Controller 
Syntax
public void SetTitle(string title)Parameters
| Name | Type | Description | 
|---|---|---|
| title | string | The title to be set. | 
Return Value
| Type | Description | 
|---|---|
| void | 
