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

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