ComponentOne RichTextBox for WPF and Silverlight
PrintTemplate Property (C1RichTextBox)

C1.WPF.RichTextBox Namespace > C1RichTextBox Class : PrintTemplate Property
Gets or sets the System.Windows.DataTemplate used to present the C1RichTextBox in print mode.
Syntax
'Declaration
 
Public Property PrintTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate PrintTemplate {get; set;}
Remarks
The DataTemplate should have a C1RichTextPresenter whose Source property is binded to the data context.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members