DefaultTextViewOptions.WordWrapStyleId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.