CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.TabSize Property

Gets or sets the size of a tab when ExpandTab is true.

public Int32 TabSize {get; set;}

Property Value

The size of the tab, in characters.

Remarks

When ExpandTab is true, indicating tabs will be expanded to a suitable number of spaces, this property determines that suitable number. This applies to both shifting a block of text left/right (Ctrl-> or Ctrl-<), or manually inserting a tab character (Ctrl-Tab). Default is 4.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace