DefaultTextViewHostOptions.SourceImageMarginEnabledOptionId Field

Definition

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) 

Field Value

Applies to