Class XAMLImporting
Inheritance
System.Object
XAMLImporting
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class XAMLImporting : DependencyObject
Constructors
XAMLImporting()
Create instance for the XAML Importing.
Declaration
public XAMLImporting()
Methods
ConvertToDocumentAdv(Stream)
Returns the DocumentAdv from the XamlStream
Declaration
public static DocumentAdv ConvertToDocumentAdv(Stream xamlStream)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | xamlStream |
Returns
| Type |
|---|
| DocumentAdv |
ConvertToDocumentAdv(String)
Returns the DocumentAdv from the Xaml string.
Declaration
public static DocumentAdv ConvertToDocumentAdv(string xamlstring)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | xamlstring |
Returns
| Type |
|---|
| DocumentAdv |