ChameleonRichTextBox TabSize Property CleanCode C# Libraries v1.2.03 API
Gets or sets the size of a tab when ExpandTab is true.

Namespace: CleanCode.ChameleonRichTextBoxControls
Assembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public int TabSize { get; set; }

Field 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