LanguagePreferences.TabSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.