DefaultTextViewOptions.WordWrapStyleId Field

Definition

Gets the word wrap style for the underlying view.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<Microsoft::VisualStudio::Text::Editor::WordWrapStyles> WordWrapStyleId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<Microsoft::VisualStudio::Text::Editor::WordWrapStyles> WordWrapStyleId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Microsoft.VisualStudio.Text.Editor.WordWrapStyles> WordWrapStyleId;
 staticval mutable WordWrapStyleId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Microsoft.VisualStudio.Text.Editor.WordWrapStyles>
Public Shared ReadOnly WordWrapStyleId As EditorOptionKey(Of WordWrapStyles) 

Field Value

Remarks

Turning word wrap on will always hide the host's horizontal scroll bar. Turning word wrap off will always expose the host's horizontal scroll bar.

Applies to