Gets or sets the template to be used for displaying the content of task event shape tool tips (by default the Content property value of the task event item, when IsTaskEventToolTipVisible is true).

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

Syntax

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

See Also