Search
ProgressBar.HighlightBrushDisabled Property
See Also
 





Gets or sets the brush used to fill the progress when the progress bar is disabled.

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

 Syntax

C#  Copy Code

public Brush HighlightBrushDisabled { get; set; }

Visual Basic  Copy Code

Public Property HighlightBrushDisabled As Brush

 Property Value

 See Also