Gets or sets the brush used to fill the scroll bar buttons when they are pressed.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush ButtonBackgroundBrushDown { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ButtonBackgroundBrushDown As Brush |
See Also