Gets a value that indicates whether and how the dependency line of the current predecessor item is going to be displayed in the chart view, based on BarVisibility property values of the linked task items.

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

Syntax

C#
public Visibility ComputedDependencyLineVisibility { get; }
Visual Basic (Declaration)
Public ReadOnly Property ComputedDependencyLineVisibility As Visibility

See Also