Gets or sets the Style that is applied to the inner C1DockTabControl instances.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public Style DockTabControlStyle { get; set; }
Visual Basic
Public Property DockTabControlStyle As Style
	Get
	Set

Remarks

Most settings should be customized in this style and not directly in C1DockTabControl instances in the Xaml so that they are not lost when the user rearranges the window and new C1DockTabControls are created.

See Also