Share via


DefaultOptions.TabSizeOptionName Field

The name of the default option that determines size of a tab. 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.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public Const TabSizeOptionName As String
public const string TabSizeOptionName
public:
literal String^ TabSizeOptionName
static val mutable TabSizeOptionName: string
public const var TabSizeOptionName : String

.NET Framework Security

See Also

Reference

DefaultOptions Class

Microsoft.VisualStudio.Text.Editor Namespace