[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RichTextBox.PrintTemplate

PrintTemplate Property

PrintTemplate

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

Declaration
public DataTemplate PrintTemplate { get; set; }
Remarks

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