ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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