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 with get
function get TabSize () : int
Property Value
Type: Int32
The number of spaces between each tab stop.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.