Gets or sets the brush used to draw the border of scroll bar thumb when it is pointed with the mouse.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush ThumbBorderBrushOver { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ThumbBorderBrushOver As Brush |
See Also