alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class XamlTokenKind

    XAML token kinds

    Inheritance
    System.Object
    XamlTokenKind
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class XamlTokenKind : Enum

    Fields

    AttributeName

    Represents attribute name.

    Declaration
    public const XamlTokenKind AttributeName
    Field Value
    Type
    XamlTokenKind

    AttributeValue

    Represents attribute value.

    Declaration
    public const XamlTokenKind AttributeValue
    Field Value
    Type
    XamlTokenKind

    CDataBegin

    Represents CData begin.

    Declaration
    public const XamlTokenKind CDataBegin
    Field Value
    Type
    XamlTokenKind

    CDataEnd

    Represents CData end.

    Declaration
    public const XamlTokenKind CDataEnd
    Field Value
    Type
    XamlTokenKind

    Close

    Represents close symbol.

    Declaration
    public const XamlTokenKind Close
    Field Value
    Type
    XamlTokenKind

    CloseProcessingInstruction

    Represents close processing instruction.

    Declaration
    public const XamlTokenKind CloseProcessingInstruction
    Field Value
    Type
    XamlTokenKind

    CommentBegin

    Represents comments beginning.

    Declaration
    public const XamlTokenKind CommentBegin
    Field Value
    Type
    XamlTokenKind

    CommentEnd

    Represents comments end.

    Declaration
    public const XamlTokenKind CommentEnd
    Field Value
    Type
    XamlTokenKind

    CommentText

    Represents comments text.

    Declaration
    public const XamlTokenKind CommentText
    Field Value
    Type
    XamlTokenKind

    ElementName

    Represents element name.

    Declaration
    public const XamlTokenKind ElementName
    Field Value
    Type
    XamlTokenKind

    ElementWhitespace

    Represents white space.

    Declaration
    public const XamlTokenKind ElementWhitespace
    Field Value
    Type
    XamlTokenKind

    Entity

    Represents entity.

    Declaration
    public const XamlTokenKind Entity
    Field Value
    Type
    XamlTokenKind

    EOF

    Represents end of file.

    Declaration
    public const XamlTokenKind EOF
    Field Value
    Type
    XamlTokenKind

    Equals

    Represents equal symbol.

    Declaration
    public const XamlTokenKind Equals
    Field Value
    Type
    XamlTokenKind

    Open

    Represents open symbol.

    Declaration
    public const XamlTokenKind Open
    Field Value
    Type
    XamlTokenKind

    OpenClose

    Represents open and close symbol.

    Declaration
    public const XamlTokenKind OpenClose
    Field Value
    Type
    XamlTokenKind

    OpenProcessingInstruction

    Represents open processing instruction.

    Declaration
    public const XamlTokenKind OpenProcessingInstruction
    Field Value
    Type
    XamlTokenKind

    SelfClose

    Represents self closed symbol.

    Declaration
    public const XamlTokenKind SelfClose
    Field Value
    Type
    XamlTokenKind

    TextContent

    Represents text constant.

    Declaration
    public const XamlTokenKind TextContent
    Field Value
    Type
    XamlTokenKind
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved