FastColoredTextBox.DescriptionFile Property

T3000 CrossPlatform

FastColoredTextBoxDescriptionFile Property

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

XML file with description of syntax highlighting. This property works only with Language == Language.Custom.

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

Dim instance As FastColoredTextBox
Dim value As String

value = instance.DescriptionFile

instance.DescriptionFile = value

Property Value

Type: String
See Also