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

In This Topic
    TabControlBackground Property (C1DockControl)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used as background of the contained C1DockTabControls.
    Syntax
    'Declaration
     
    Public Property TabControlBackground As Brush
    public Brush TabControlBackground {get; set;}
    See Also