ComponentOne RichTextBox for UWP
PrintTemplate Property

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : PrintTemplate Property
Gets or sets the Windows.UI.Xaml.DataTemplate used to present the C1RichTextBox in print mode.
Syntax
'Declaration
 
Public Property PrintTemplate As Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.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