Gets or sets tab width in count of space characters.

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

Syntax

C#
public int TabWidth { get; set; }
Visual Basic
Public Property TabWidth As Integer
	Get
	Set

Property Value

Type: Int32

Implements

IUserInterface..::..TabWidth

See Also