Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 SyntaxHighlightProperties

A SyntaxHighlightProperties instance containing format settings used to highlight the text in a range.

See Also