menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XAMLExporting - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XAMLExporting

    Inheritance
    System.Object
    XAMLExporting
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class XAMLExporting

    Constructors

    XAMLExporting()

    Declaration
    public XAMLExporting()

    Methods

    ConvertToXAML(DocumentAdv)

    Returns the XAML string from the DocumentAdv

    Declaration
    public static string ConvertToXAML(DocumentAdv document)
    Parameters
    Type Name Description
    DocumentAdv document
    Returns
    Type
    System.String

    ConvertToXAML(DocumentAdv, Stream)

    Returns the XAML string from the DocumentAdv and Stream

    Declaration
    public static string ConvertToXAML(DocumentAdv document, Stream xamlstream)
    Parameters
    Type Name Description
    DocumentAdv document
    System.IO.Stream xamlstream
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved