Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TabControl Class / TabStripPlacement Property

In This Topic
    TabStripPlacement Property (C1TabControl)
    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