Share via


TabSize.Default Property

Gets the default value (4).

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Default As Integer
public override int Default { get; }
public:
virtual property int Default {
    int get () override;
}
abstract Default : int
override Default : int
override function get Default () : int

Property Value

Type: System.Int32
The default value (4).

.NET Framework Security

See Also

Reference

TabSize Class

Microsoft.VisualStudio.Text.Editor Namespace