Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SyntaxHighlightToken Constructors

A range of text with format settings.
Name Parameters Description
SyntaxHighlightToken() none Initializes a new instance of the SyntaxHighlightToken class with the default settings.
SyntaxHighlightToken(Int32, Int32, SyntaxHighlightProperties) start, length, properties Initializes a new instance of the SyntaxHighlightToken class with the specified settings.
See Also