Table of Contents

Property PreserveTabs

Namespace
Terminal.Gui.Text
Assembly
Terminal.Gui.dll

PreserveTabs

Gets or sets whether tabs will be preserved, considering the tab width or replaced with spaces. If true tabs will be preserved, considering the spaces according to the provided TabWidth. If false, default, tabs will be replaced with spaces according to the provided TabWidth.

public bool PreserveTabs { get; set; }

Property Value

bool