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). 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 DependencyLineTemplate { get; set; }
Visual Basic (Declaration)
Public Property DependencyLineTemplate As DataTemplate

Implements

INetworkDiagramView..::.DependencyLineTemplate

See Also