Gets or sets the template to be used for displaying task items in the diagram (by default tasks are represented by informational structured rectangle sets in the view). 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 TaskTemplate { get; set; }
Visual Basic (Declaration)
Public Property TaskTemplate As DataTemplate

Implements

INetworkDiagramView..::.TaskTemplate

See Also