Gets or sets the size of a tab when
ExpandTab is true.
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public int TabSize { get; set; }
public int TabSize { get; set; }
Public Property TabSize As Integer
Get
Set
Public Property TabSize As Integer
Get
Set
public:
property int TabSize {
int get ();
void set (int value);
}
public:
property int TabSize {
int get ();
void set (int value);
}
Field Value
The size of the tab, in characters.
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.