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

In This Topic
    PrintPanelTemplate Property (C1RichTextBox)
    In This Topic
    Gets or sets the System.Windows.Controls.ItemsPanelTemplate used for the panel containing the pages in print view mode.
    Syntax
    'Declaration
     
    
    Public Property PrintPanelTemplate As ItemsPanelTemplate
    public ItemsPanelTemplate PrintPanelTemplate {get; set;}
    See Also