Gets the computed PointCollection to be used for displaying the arrow polyline representing the dependency generated by the current predecessor item in the GanttChartView control. This is a dependency property.

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

Syntax

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

See Also