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

In This Topic
    DockTabControlStyle Property (C1DockControl)
    In This Topic
    Gets or sets the Style that is applied to the inner C1DockTabControl instances.
    Syntax
    'Declaration
     
    Public Property DockTabControlStyle As Style
    public 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