ProgressDialogController.

SetProgressBarForegroundBrush(Brush) Method

Summary

Sets the dialog's progress bar brush.

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