Gets or sets whether tab characters are used for indentation, instead of space characters.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public bool ConvertsTabToSpaces { get; set; }
Visual Basic
Public Property ConvertsTabToSpaces As Boolean
	Get
	Set

Property Value

Type: Boolean

Implements

IUserInterface..::..ConvertsTabToSpaces

Remarks

This property is a synonym of UsesTabForIndent property.

See Also