Share via


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)

Syntax

'Declaration
ReadOnly Property TabSize As Integer
int TabSize { get; }
property int TabSize {
    int get ();
}
abstract TabSize : int
function get TabSize () : int

Property Value

Type: System.Int32
The number of spaces between each tab stop.

.NET Framework Security

See Also

Reference

IFormattedLineSource Interface

Microsoft.VisualStudio.Text.Formatting Namespace