Enum XamlTokenizerMode
Tokenizer for the next line of XAML
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public enum XamlTokenizerMode
Fields
Name | Description |
---|---|
AfterAttributeEquals | Define the AfterAttributeEquals Mode. |
AfterAttributeName | Define the AfterAttributeName Mode. |
AfterOpen | Define the AfterOpen Mode. |
InsideCData | Define InsideData Mode. |
InsideComment | Define Inside Comment. |
InsideElement | Define InsideElement Mode. |
InsideProcessingInstruction | Define Inside Processing Instruction. |
OutsideElement | Define OutsideElement Mode. |