SyntaxHighlightProperties Class
In This Article
Contains format settings for a token.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The SyntaxHighlightToken.Properties property returns an instance of 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.
See Also