Skip to main content

SyntaxHighlightProperties Class

Contains format settings for a token.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public class SyntaxHighlightProperties

The following members return SyntaxHighlightProperties objects:

Remarks

The SyntaxHighlightProperties class contains formatting that should be applied to a text token to highlight a document range.

An instance of the SyntaxHighlightProperties is available via the SyntaxHighlightToken.Properties property.

Inheritance

Object
SyntaxHighlightProperties
See Also