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