Gets or sets the page template to be used for printing.
The data context of a template instance is set to a PrintingPage object.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public DataTemplate PrintingTemplate { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PrintingTemplate As DataTemplate |