Gets or sets the content of the C1RichTextBox in HTML format.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string Html { get; set; }
Visual Basic
Public Property Html As String
	Get
	Set
XAML Attribute Usage
<object Html="string" .../>

Remarks

The HTML returned when getting uses StyleSheet encoding.

See Also