menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum EditTokenType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum EditTokenType

    Specifies types of tokens supported by EditLanguage lexems

    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public enum EditTokenType
    Remarks

    ValueDescription
    LiteralsRepresents the SyntaxHighlighting to the text. The Literal format color is applies to the text, which is located between start and end Text.
    KeywordRepresents the SyntaxHighlighting to the text. The Keyword format color is applies to the text, which is located between start and end Text.
    CommentRepresents the SyntaxHighlighting to the text. The Comment format color is applies to the text, which is located between start and end Text.
    PreprocessorRepresents the SyntaxHighlighting to the text. The Preprocessor format color is applies to the text, which is located between start and end Text.
    CustomRepresents 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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved