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

In This Topic
    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