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.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public DataTemplate PrintingTemplate { get; set; }
Visual Basic (Declaration)
Public Property PrintingTemplate As DataTemplate

See Also