DefaultTextViewHostOptions.SourceImageMarginEnabledOptionId 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.
Determines whether the source image margin is displayed. This margin is only shown if this option is set together with the ShowEnhancedScrollBarOption, and the SourceImageMarginWidth is >= 25.0.
public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> SourceImageMarginEnabledOptionId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> SourceImageMarginEnabledOptionId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> SourceImageMarginEnabledOptionId;
staticval mutable SourceImageMarginEnabledOptionId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly SourceImageMarginEnabledOptionId As EditorOptionKey(Of Boolean)