Gets or sets the brush used to fill the progress when the progress bar is disabled.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush HighlightBrushDisabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HighlightBrushDisabled As Brush |
See Also