Property PreserveTrailingSpaces | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
PreserveTrailingSpaces
Gets or sets whether trailing spaces at the end of word-wrapped lines are preserved or not whenWordWrap 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 bool PreserveTrailingSpaces { get; set; }