DockTabControlStyle Property (C1DockControl)
In This Topic
Gets or sets the Style that is applied to the inner C1.Xaml.Docking.C1DockTabControl instances.
Syntax
'Declaration
Public Property DockTabControlStyle As Style
public Style DockTabControlStyle {get; set;}
See Also