







Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public enum WordWrapMode |
Visual Basic |
---|
Public Enumeration WordWrapMode |
Visual C++ |
---|
public enum class WordWrapMode |
Members
Member name | Value | Description | |
---|---|---|---|
WordWrapControlWidth | 0 | Word wrapping by control width | |
WordWrapPreferredWidth | 1 | Word wrapping by preferred line width (PreferredLineWidth) | |
CharWrapControlWidth | 2 | Char wrapping by control width | |
CharWrapPreferredWidth | 3 | Char wrapping by preferred line width (PreferredLineWidth) |