WPF

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

    Show / Hide Table of Contents

    Class XAMLParser

    XAML parse which help us to format and display XAML text in rich format.

    Inheritance
    System.Object
    XAMLParser
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class XAMLParser

    Constructors

    XAMLParser()

    Declaration
    public XAMLParser()

    Methods

    GetFomattedXAML(String)

    Colors the XAML.

    Declaration
    [Obsolete("GetFomattedXAML is deprecated, please use GetFormattedXAML instead.")]
    public static Paragraph GetFomattedXAML(string xamlText)
    Parameters
    Type Name Description
    System.String xamlText

    The xaml text.

    Returns
    Type Description
    System.Windows.Documents.Paragraph

    return formatted paragraph text.

    GetFormattedXAML(String)

    Colors the XAML.

    Declaration
    public static Paragraph GetFormattedXAML(string xamlText)
    Parameters
    Type Name Description
    System.String xamlText

    The xaml text.

    Returns
    Type Description
    System.Windows.Documents.Paragraph

    return formatted paragraph text.

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