MindFusion.Wpf Pack Programmer's Guide
TabItem.SelectedBackground Property
See Also
 





Gets or sets the background of the item when it is selected. This is a dependency property.

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

 Syntax

C#  Copy Code

public Brush SelectedBackground { get; set; }

Visual Basic  Copy Code

Public Property SelectedBackground As Brush

 Property Value

A WPF Brush object.

 See Also

TabItem Members
TabItem Class
MindFusion.UI.Wpf Namespace