T3000 CrossPlatform Documentation
WordWrapMode Enumeration |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:FastColoredTextBoxNS.WordWrapMode"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
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) | |
Custom | 4 | Custom wrap (by event WordWrapNeeded) |
See Also