FastColoredTextBox.Language Property

T3000 CrossPlatform

FastColoredTextBoxLanguage Property

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

Language for highlighting by built-in highlighter.

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

Dim instance As FastColoredTextBox
Dim value As Language

value = instance.Language

instance.Language = value

Property Value

Type: Language
See Also