ChangedLineColor Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Background color for highlighting of changed lines

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

Syntax

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

See Also