LanguagePreferences::IndentSize Property

 

Gets or sets the number of spaces to indent when formatting source.

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 IndentSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of spaces to use for tab positions while formatting.

This property is not used in the default managed package framework language service classes.

This property affects the preferences value uIndentSize.

Return to top
Show: