Gets or sets the template to be used for displaying the content of dependency line tool tips (by default the Content property values of the other and dependent task items separated by a dash, when IsDependencyToolTipVisible is true). This is a dependency property.

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

Syntax

C#
public DataTemplate PredecessorToolTipTemplate { get; set; }
Visual Basic (Declaration)
Public Property PredecessorToolTipTemplate As DataTemplate

Implements

INetworkDiagramView..::.PredecessorToolTipTemplate

See Also