Back to Devexpress

SyntaxHighlightToken.Properties Property

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

latest1.4 KB
Original Source

SyntaxHighlightToken.Properties Property

Provides access to format settings used to highlight the token text.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public SyntaxHighlightProperties Properties { get; set; }
vb
Public Property Properties As SyntaxHighlightProperties

Property Value

TypeDescription
SyntaxHighlightProperties

A SyntaxHighlightProperties instance containing format settings.

|

See Also

SyntaxHighlightToken Class

SyntaxHighlightToken Members

DevExpress.XtraRichEdit.API.Native Namespace