Table of Contents

Enum WrapMode

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Specifies how text wrapping is handled in multiline controls.

public enum WrapMode

Fields

NoWrap = 0

No text wrapping; lines extend beyond viewport width.

Wrap = 1

Wrap text at character boundaries.

WrapWords = 2

Wrap text at word boundaries when possible.