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