Table of Contents

Property TabSpacing

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

TabSpacing

Gets or sets the spacing between adjacent tab headers. Negative values cause tabs to overlap (sharing border cells). The default is -1, which shares one border edge between adjacent tabs. A value of 0 places tabs edge-to-edge. Positive values insert a gap between tabs.

public int TabSpacing { get; set; }

Property Value

int