DefaultOptions.TabSizeOptionName Field

Definition

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.

public: System::String ^ TabSizeOptionName;
std::wstring TabSizeOptionName;
public const string TabSizeOptionName;
val mutable TabSizeOptionName : string
Public Const TabSizeOptionName As String 

Field Value

Applies to