SyntaxHighlighter.CommentTagStyle Property

T3000 CrossPlatform

SyntaxHighlighterCommentTagStyle Property

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

Style of tags in comments of C#

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

Dim instance As SyntaxHighlighter
Dim value As Style

value = instance.CommentTagStyle

instance.CommentTagStyle = value

Property Value

Type: Style
See Also