Search
ProgressBar.BackgroundBrush Property
See Also
 





Gets or sets the brush used to fill the progress bar.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public Brush BackgroundBrush { get; set; }

Visual Basic  Copy Code

Public Property BackgroundBrush As Brush

 Property Value

 See Also