TextStyle.BackgroundBrush Property

T3000 CrossPlatform

TextStyleBackgroundBrush Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.TextStyle.BackgroundBrush"]

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

Dim instance As TextStyle
Dim value As Brush

value = instance.BackgroundBrush

instance.BackgroundBrush = value

Property Value

Type: Brush
See Also