Table of Contents

Property PreserveTrailingSpaces

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

PreserveTrailingSpaces

Gets or sets whether trailing spaces at the end of word-wrapped lines are preserved or not when WordWrap is enabled. If true trailing spaces at the end of wrapped lines will be removed when Text is formatted for display. The default is false.

public virtual bool PreserveTrailingSpaces { get; set; }

Property Value

bool