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

In This Topic
    TabStripForeground Property (C1DockControl)
    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 Property TabStripForeground As Brush
    public Brush TabStripForeground {get; set;}
    See Also