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