MindFusion.Wpf Pack Programmer's Guide
Window.ButtonOverBackground Property
See Also
 





Gets or sets the background of the buttons in the window when they are pointed with the mouse. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public Brush ButtonOverBackground { get; set; }

Visual Basic  Copy Code

Public Property ButtonOverBackground As Brush

 Property Value

A WPF Brush object.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace