FastColoredTextBox.ChangedLineColor Property

T3000 CrossPlatform

FastColoredTextBoxChangedLineColor Property

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

Background color for highlighting of changed lines

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

Dim instance As FastColoredTextBox
Dim value As Color

value = instance.ChangedLineColor

instance.ChangedLineColor = value

Property Value

Type: Color
See Also