Gets or sets the brush used to fill the scroll bar background as indication when the user clicks in it.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush BackgroundBrushDown { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BackgroundBrushDown As Brush |
See Also