DefaultOptions.TabSizeOptionName 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.
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