Search
ButtonBase.BackgroundBrushOver Property
See Also
 





Gets or sets the brush used to fill the button when it is being hovered.

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

 Syntax

C#  Copy Code

public Brush BackgroundBrushOver { get; set; }

Visual Basic  Copy Code

Public Property BackgroundBrushOver As Brush

 Property Value

 See Also