ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / TabStripBackground Property

In This Topic
    TabStripBackground Property (C1DockTabControl)
    In This Topic
    Gets or sets the System.Windows.Media.Brush that will be assigned to the Background of the tab strip.
    Syntax
    'Declaration
     
    Public Shadows Property TabStripBackground As Brush
    public new Brush TabStripBackground {get; set;}
    See Also