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