Enum EditTokenType
Specifies types of tokens supported by EditLanguage lexems
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public enum EditTokenType
Remarks
| Value | Description |
|---|---|
| Literals | Represents the SyntaxHighlighting to the text. The Literal format color is applies to the text, which is located between start and end Text. |
| Keyword | Represents the SyntaxHighlighting to the text. The Keyword format color is applies to the text, which is located between start and end Text. |
| Comment | Represents the SyntaxHighlighting to the text. The Comment format color is applies to the text, which is located between start and end Text. |
| Preprocessor | Represents the SyntaxHighlighting to the text. The Preprocessor format color is applies to the text, which is located between start and end Text. |
| Custom | Represents user defined format and applies syntax highlighting based on the user defined format color. |
Fields
| Name | Description |
|---|---|
| CodeSnippet | Specified the CodeSnippet Token |
| Comment | Specified the Comment Token |
| Custom | Specified the Custom Token |
| Keyword | Specified the Keyword Token |
| Literals | Specified the Literal Token |
| NamespaceDeclaration | Specified the NamespaceDeclaration Token |
| Operator | Specified the Operator Token |
| Preprocessor | Specified the Preprocessor Token |
| Property | Specified the Property Token |