WordWrapMode Enumeration

T3000 CrossPlatform

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
public enum WordWrapMode
Public Enumeration WordWrapMode

Dim instance As WordWrapMode
Members
  Member nameValueDescription
WordWrapControlWidth0 Word wrapping by control width
WordWrapPreferredWidth1 Word wrapping by preferred line width (PreferredLineWidth)
CharWrapControlWidth2 Char wrapping by control width
CharWrapPreferredWidth3 Char wrapping by preferred line width (PreferredLineWidth)
Custom4 Custom wrap (by event WordWrapNeeded)
See Also