Gets or sets the template to be used for displaying dependency lines in the diagram (by default arrow polylines drawn for each predecessor item from the appropriate end of the other task shape to the appropriate end of the corresponding dependent task shape).

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
DataTemplate DependencyLineTemplate { get; set; }
Visual Basic (Declaration)
Property DependencyLineTemplate As DataTemplate

See Also