Search
ScrollBar.ThumbBackgroundBrushOver Property
See Also
 





Gets or sets the brush used to fill the scroll bar thumb when it is pointed with the mouse.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public Brush ThumbBackgroundBrushOver { get; set; }

Visual Basic  Copy Code

Public Property ThumbBackgroundBrushOver As Brush

 Property Value

 See Also