RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / PrintTemplate Property

In This Topic
    PrintTemplate Property (C1RichTextBox)
    In This Topic
    Gets or sets the System.Windows.DataTemplate used to present the C1RichTextBox in print mode.
    Syntax
    'Declaration
     
    
    Public Property PrintTemplate As DataTemplate
    public DataTemplate PrintTemplate {get; set;}
    Remarks
    The DataTemplate should have a C1RichTextPresenter whose Source property is binded to the data context.
    See Also