Line.BackgroundBrush Property

T3000 CrossPlatform

LineBackgroundBrush Property

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

Background brush.

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 Line
Dim value As Brush

value = instance.BackgroundBrush

instance.BackgroundBrush = value

Property Value

Type: Brush
See Also