LineNumberStartValue Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Start value of first line number.

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

Syntax

C#
public uint LineNumberStartValue { get; set; }
Visual Basic
Public Property LineNumberStartValue As UInteger
	Get
	Set
Visual C++
public:
property unsigned int LineNumberStartValue {
	unsigned int get ();
	void set (unsigned int value);
}

See Also