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

In This Topic
    PrintTemplate Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.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