BackColor2 Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

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

See Also