LanguagePreferences::TabSize Property

 

Gets or sets the number of spaces a single tab covers.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property int TabSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of spaces in a tab character.

This property affects the preferences value uTabSize.

Return to top
Show: