SyntaxHighlighter.HtmlEntityStyle Property

T3000 CrossPlatform

SyntaxHighlighterHtmlEntityStyle Property

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

HTML Entity style

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

Dim instance As SyntaxHighlighter
Dim value As Style

value = instance.HtmlEntityStyle

instance.HtmlEntityStyle = value

Property Value

Type: Style
See Also