FastColoredTextBox.SelectionHighlightingForLineBreaksEnabled Property

T3000 CrossPlatform

FastColoredTextBoxSelectionHighlightingForLineBreaksEnabled Property

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

If true then line breaks included into the selection will be selected too. Then line breaks will be shown as selected blank character.

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.SelectionHighlightingForLineBreaksEnabled

instance.SelectionHighlightingForLineBreaksEnabled = value

Property Value

Type: Boolean
See Also