Class ExtensionMethods
Inheritance
System.Object
ExtensionMethods
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: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.dll
Syntax
public static class ExtensionMethods
Methods
GetXaml(RichTextBox)
Declaration
public static string GetXaml(this RichTextBox richTextBox)
Parameters
System.Windows.Controls.RichTextBox
richTextBox
|
Returns
System.String
|
SetXaml(RichTextBox, String)
Declaration
public static void SetXaml(this RichTextBox richTextBox, string xaml)
Parameters
System.Windows.Controls.RichTextBox
richTextBox
|
System.String
xaml
|