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





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

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

 Syntax

C#  Copy Code

public Brush ButtonPressedBackground { get; set; }

Visual Basic  Copy Code

Public Property ButtonPressedBackground As Brush

 Property Value

A WPF Brush object.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace