Gets or sets the ItemsPanelTemplate used for the panel containing the pages in print view mode.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public ItemsPanelTemplate PrintPanelTemplate { get; set; } |
| Visual Basic |
|---|
Public Property PrintPanelTemplate As ItemsPanelTemplate Get Set |
| XAML Property Element Usage |
|---|
<object> <object.PrintPanelTemplate> <ItemsPanelTemplate .../> </object.PrintPanelTemplate> </object> |