Gets or sets the brush used to draw the button content when the button is being hovered.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush ForegroundBrushOver { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ForegroundBrushOver As Brush |
See Also