Gets or sets the DataTemplate used to present the C1RichTextBox in print mode.
Namespace:
C1.Silverlight.RichTextBoxAssembly: 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.