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





Gets or sets background brush of the window when it is not active. This is a dependency property.

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

 Syntax

C#  Copy Code

public Brush InactiveBackground { get; set; }

Visual Basic  Copy Code

Public Property InactiveBackground As Brush

 Property Value

A WPF Brush object.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace
ActiveBackground Property
EffectiveBackground Property
IsActive Property