Gets or sets the C1Document for the C1RichTextBox.

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

Syntax

C#
public C1Document Document { get; set; }
Visual Basic
Public Property Document As C1Document
	Get
	Set
XAML Content Element Usage
<object>
  <C1Document .../>
</object>

See Also