WordWrapMode Enumeration

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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 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)

See Also