ComponentOne DockControl for WPF and Silverlight
DockTabControlStyle Property

C1.WPF.Docking Namespace > C1DockControl Class : DockTabControlStyle Property
Gets or sets the Style that is applied to the inner C1DockTabControl instances.
Syntax
'Declaration
 
Public Property DockTabControlStyle As System.Windows.Style
public System.Windows.Style DockTabControlStyle {get; set;}
Remarks
Most settings should be customized in this style and not directly in C1DockTabControl instances in the WPF so that they are not lost when the user rearranges the window and new C1DockTabControls are created.
See Also

Reference

C1DockControl Class
C1DockControl Members