FastColoredTextBox.BackColor Property

T3000 CrossPlatform

FastColoredTextBoxBackColor Property

[This is preliminary documentation and is subject to change.]

Background color. It is used if BackBrush is null.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override Color BackColor { get; set; }
Public Overrides Property BackColor As Color
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Color

value = instance.BackColor

instance.BackColor = value

Property Value

Type: Color
See Also