FastColoredTextBox.SelectionStyle Property

T3000 CrossPlatform

FastColoredTextBoxSelectionStyle Property

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

Style for rendering Selection area

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

Dim instance As FastColoredTextBox
Dim value As SelectionStyle

value = instance.SelectionStyle

instance.SelectionStyle = value

Property Value

Type: SelectionStyle
See Also