FastColoredTextBox.CurrentLineColor Property

T3000 CrossPlatform

FastColoredTextBoxCurrentLineColor Property

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

Background color for current line

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

Dim instance As FastColoredTextBox
Dim value As Color

value = instance.CurrentLineColor

instance.CurrentLineColor = value

Property Value

Type: Color
See Also