Enum WrapMode
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Specifies how text wrapping is handled in multiline controls.
public enum WrapMode
Fields
NoWrap = 0No text wrapping; lines extend beyond viewport width.
Wrap = 1Wrap text at character boundaries.
WrapWords = 2Wrap text at word boundaries when possible.