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