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. 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 Nullable<bool> AreMilestonesFinishTimes { get; set; }
Visual Basic (Declaration)
Public Property AreMilestonesFinishTimes As Nullable(Of Boolean)

Implements

IGanttChartView..::.AreMilestonesFinishTimes

See Also