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. |