ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1TabItemPresenter
    Dim value As Dock
     
    instance.TabStripPlacement = value
     
    value = instance.TabStripPlacement
    public Dock TabStripPlacement {get; set;}
    public:
    property Dock TabStripPlacement {
       Dock get();
       void set (    Dock value);
    }
    See Also