Gets or sets the positioning of the finish-based dependency line that is to be drawn to the task's middle in the GanttChartView control.

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

Syntax

C#
[BindableAttribute(true)]
public Point ToFinishMiddleDependencyLinePosition { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ToFinishMiddleDependencyLinePosition As Point

See Also