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

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public DataTemplate PrintTemplate { get; set; }
Visual Basic
Public Property PrintTemplate As DataTemplate
	Get
	Set

Remarks

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

See Also