Gets or sets the C1Document associated with this C1RichTextViewManager.

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 Property Element Usage
<object>
  <object.Document>
    <C1Document .../>
  </object.Document>
</object>

See Also