WordWrapStyles Enumeration
Visual Studio 2015
Sets a bitwise combination of enumeration values to specify the word wrap style of an ITextView.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Member name | Description | |
|---|---|---|
| AutoIndent | If word wrap is enabled, use auto-indent. | |
| None | Word wrap is disabled. | |
| VisibleGlyphs | If word wrap is enabled, use visible glyphs. | |
| WordWrap | Word wrap is enabled. |
The VisibleGlyphs and AutoIndent bits will have no effect unless the WordWrap bit is also set.
Show: