IFormattedLineSource::TabSize Property

 

Gets the number of spaces between each tab stop.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property int TabSize {
	int get();
}

Property Value

Type: System::Int32

The number of spaces between each tab stop.

Return to top
Show: