FastColoredTextBox.BackBrush Property

T3000 CrossPlatform

FastColoredTextBoxBackBrush Property

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

Background brush. If Null then BackColor is used.

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

Dim instance As FastColoredTextBox
Dim value As Brush

value = instance.BackBrush

instance.BackBrush = value

Property Value

Type: Brush
See Also