Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

SyntaxHighlightProperties Class

Contains format settings for a token.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[ComVisible(true)]
public class SyntaxHighlightProperties

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