WordWrapStyles Enumeration

 

Sets a bitwise combination of enumeration values to specify the word wrap style of an ITextView.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

[FlagsAttribute]
public enum WordWrapStyles

Member nameDescription
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.

Return to top
Show: