SyntaxHighlightToken(Int32, Int32, SyntaxHighlightProperties) Constructor
In This Article
Initializes a new instance of the SyntaxHighlightToken class with the specified settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public SyntaxHighlightToken(
int start,
int length,
SyntaxHighlightProperties properties
)
#Parameters
Name | Type | Description |
---|---|---|
start | Int32 | An integer that is the start position of a document range to which the token refers. |
length | Int32 | An integer that is the length of the document range to which the token refers. |
properties | Syntax |
A Syntax |
See Also