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