Property TabDepth
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
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.