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





Gets or sets the background of the buttons, displayed when TabLayoutMode is set to Scroll, when they are pointed with the mouse. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.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

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace