Table of Contents

Property TabDepth

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

TabDepth

Gets or sets the depth of the tab header in rows (for Top/Bottom) or columns (for Left/Right). The default is 3, which provides room for the outside border, title text, and a 1-character separator line.

public int TabDepth { get; set; }

Property Value

int

Remarks

Changing this value updates the Thickness of all tab SubViews. The depth determines how much of the border is allocated to the tab header vs. the content area.