Gets or sets the DataTemplate used to present the C1RichTextBox in print mode.

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

Syntax

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

Remarks

The DataTemplate should have a C1RichTextPresenter whose Source property is binded to the data context.

See Also