TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / IndicatorPlacement Property

In This Topic
    IndicatorPlacement Property
    In This Topic
    Gets or sets the location of the panel with the tabs relative to the indicator.
    Syntax
    'Declaration
     
    
    Public Property IndicatorPlacement As Dock
    public Dock IndicatorPlacement {get; set;}
    See Also