Gets or sets the number of spaces to be inserted when the user hits the "tab" key

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public int TabSpaces { get; set; }
Visual Basic
Public Property TabSpaces As Integer
	Get
	Set
Visual C++
public:
property int TabSpaces {
	int get ();
	void set (int value);
}

See Also