SyntaxHighlightToken Properties
A range of text with format settings.| Name | Description |
|---|---|
| End | Gets the final position of the document range corresponding to a token. |
| Length | Gets the length of the document range that the token represents. |
| Properties | Provides access to format settings used to highlight the token text. |
| Start | Gets the start position of the document range corresponding to a token. |
See Also