Gets or sets a value that indicates whether milestones represent finish times in the control. A false value indicates that milestones represent start times, while a null value indicates that milestones are not constrained to start, nor finish times.

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

Syntax

C#
Nullable<bool> AreMilestonesFinishTimes { get; set; }
Visual Basic (Declaration)
Property AreMilestonesFinishTimes As Nullable(Of Boolean)

See Also