Back to Devexpress

SyntaxHighlightProperties Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-ad688de8.md

latest1.9 KB
Original Source

SyntaxHighlightProperties Class

Contains format settings for a token.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class SyntaxHighlightProperties
vb
<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

SyntaxHighlightProperties Members

SyntaxHighlightToken

ApplySyntaxHighlight(List<SyntaxHighlightToken>)

DevExpress.XtraRichEdit.API.Native Namespace