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). 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 DataTemplate MilestoneTaskTemplate { get; set; }
Visual Basic (Declaration)
Public Property MilestoneTaskTemplate As DataTemplate

Implements

IGanttChartView..::.MilestoneTaskTemplate

See Also