Summary
    Sets the dialog's progress bar brush.
    
		- Namespace
- MahApps.Metro .Controls .Dialogs 
- Containing Type
- ProgressDialog Controller 
Syntax
public void SetProgressBarForegroundBrush(Brush brush)Parameters
| Name | Type | Description | 
|---|---|---|
| brush | Brush | The brush to use for the progress bar's foreground. | 
Return Value
| Type | Description | 
|---|---|
| void | 
