BackBrush Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Background brush. If Null then BackColor is used.

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

Syntax

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

See Also