Gets or sets the template to be used for displaying milestone task items in the chart (by default milestones are represented by diamonds in the view).

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

Syntax

C#
DataTemplate MilestoneTaskTemplate { get; set; }
Visual Basic (Declaration)
Property MilestoneTaskTemplate As DataTemplate

See Also