WPF

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

    Show / Hide Table of Contents

    Enum XamlTokenKind

    XAML token kinds

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public enum XamlTokenKind : short

    Fields

    Name Description
    AttributeName

    Represents attribute name.

    AttributeValue

    Represents attribute value.

    CDataBegin

    Represents CData begin.

    CDataEnd

    Represents CData end.

    Close

    Represents close symbol.

    CloseProcessingInstruction

    Represents close processing instruction.

    CommentBegin

    Represents comments beginning.

    CommentEnd

    Represents comments end.

    CommentText

    Represents comments text.

    ElementName

    Represents element name.

    ElementWhitespace

    Represents white space.

    Entity

    Represents entity.

    EOF

    Represents end of file.

    Equals

    Represents equal symbol.

    Open

    Represents open symbol.

    OpenClose

    Represents open and close symbol.

    OpenProcessingInstruction

    Represents open processing instruction.

    SelfClose

    Represents self closed symbol.

    TextContent

    Represents text constant.

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