Shift Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Additional spaces count for this line, relative to previous line

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

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

See Also