Language Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Language for highlighting by built-in highlighter.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Language Language { get; set; }
Visual Basic
Public Property Language As Language
	Get
	Set
Visual C++
public:
property Language Language {
	Language get ();
	void set (Language value);
}

See Also