Gets or sets the brush to use as a background of the item's header when the item is not the currently focused item. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush HeaderInactiveBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderInactiveBackground As Brush |
A WPF Brush object.
See Also