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