DefaultOptions.TabSizeOptionId Field

Definition

The default option that determines size of a tab.

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

Field Value

Remarks

This option is used to determine the numerical column offset of a tab character ('\t') and, if ConvertTabsToSpaces is enabled, the number of spaces to which a tab should be converted.

Applies to