TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabItemPresenter Class / TabStripPlacement Property

In This Topic
    TabStripPlacement Property (C1TabItemPresenter)
    In This Topic
    Gets or sets the location of the panel with the tabs relative to the whole control.
    Syntax
    'Declaration
     
    
    Public Property TabStripPlacement As Dock
    public Dock TabStripPlacement {get; set;}
    See Also