LanguagePreferences.TabSize Property

Definition

Gets or sets the number of spaces a single tab covers.

public:
 property int TabSize { int get(); void set(int value); };
public:
 property int TabSize { int get(); void set(int value); };
public int TabSize { get; set; }
member this.TabSize : int with get, set
Public Property TabSize As Integer

Property Value

The number of spaces in a tab character.

Remarks

This property affects the preferences value uTabSize.

Applies to