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